We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dc8af commit 7adc7fbCopy full SHA for 7adc7fb
build.sh
@@ -43,7 +43,8 @@ function build_version {
43
echo "Version name: $version_name"
44
45
echo "Building Firecracker version: $version_name"
46
- tools/devtool -y build --release
+ # Build only the firecracker binary, skip jailer and snapshot-editor for faster builds
47
+ tools/devtool -y build --release -- --bin firecracker
48
49
echo "Copying finished build to builds directory"
50
mkdir -p "../builds/${version_name}"
0 commit comments