File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 119119# to make sure that `firecracker --version` reports the latest changes.
120120touch build.rs
121121
122- ARTIFACTS=(firecracker jailer seccompiler-bin rebase-snap cpu-template-helper)
122+ ARTIFACTS=(firecracker jailer seccompiler-bin rebase-snap cpu-template-helper snapshot-editor )
123123
124124if [ " $LIBC " == " gnu" ]; then
125125 # Don't build jailer. See commit 3bf285c8f
126126 echo " Not building jailer because glibc selected instead of musl"
127127 CARGO_OPTS+=" --exclude jailer"
128- ARTIFACTS=(firecracker seccompiler-bin rebase-snap cpu-template-helper)
128+ ARTIFACTS=(firecracker seccompiler-bin rebase-snap cpu-template-helper snapshot-editor )
129129fi
130130
131131say " Building version=$VERSION , profile=$PROFILE , target=$CARGO_TARGET ..."
You can’t perform that action at this time.
0 commit comments