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 119
119
# to make sure that `firecracker --version` reports the latest changes.
120
120
touch build.rs
121
121
122
- ARTIFACTS=(firecracker jailer seccompiler-bin rebase-snap cpu-template-helper)
122
+ ARTIFACTS=(firecracker jailer seccompiler-bin rebase-snap cpu-template-helper snapshot-editor )
123
123
124
124
if [ " $LIBC " == " gnu" ]; then
125
125
# Don't build jailer. See commit 3bf285c8f
126
126
echo " Not building jailer because glibc selected instead of musl"
127
127
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 )
129
129
fi
130
130
131
131
say " Building version=$VERSION , profile=$PROFILE , target=$CARGO_TARGET ..."
You can’t perform that action at this time.
0 commit comments