File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ files_to_change=(
54
54
" $FC_ROOT_DIR /src/api_server/swagger/firecracker.yaml"
55
55
" $FC_ROOT_DIR /src/firecracker/Cargo.toml"
56
56
" $FC_ROOT_DIR /src/jailer/Cargo.toml"
57
- " $FC_ROOT_DIR /src/rebase-snap/Cargo.toml"
58
57
" $FC_ROOT_DIR /src/seccompiler/Cargo.toml"
59
58
)
60
59
say " Updating source files:"
Original file line number Diff line number Diff line change 113
113
# to make sure that `firecracker --version` reports the latest changes.
114
114
touch build.rs
115
115
116
- ARTIFACTS=(firecracker jailer seccompiler-bin rebase-snap )
116
+ ARTIFACTS=(firecracker jailer seccompiler-bin)
117
117
118
118
if [ " $LIBC " == " gnu" ]; then
119
119
# Don't build jailer. See commit 3bf285c8f
120
120
echo " Not building jailer because glibc selected instead of musl"
121
121
CARGO_OPTS+=" --exclude jailer"
122
- ARTIFACTS=(firecracker seccompiler-bin rebase-snap )
122
+ ARTIFACTS=(firecracker seccompiler-bin)
123
123
fi
124
124
125
125
say " Building version=$VERSION , profile=$PROFILE , target=$CARGO_TARGET ..."
You can’t perform that action at this time.
0 commit comments