Skip to content

Commit

Permalink
chore: Add snapshot-editor to release artifacts
Browse files Browse the repository at this point in the history
Was forgotten to be added before.

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat committed Oct 10, 2023
1 parent 20b7ced commit 1eb29f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ fi
# to make sure that `firecracker --version` reports the latest changes.
touch build.rs

ARTIFACTS=(firecracker jailer seccompiler-bin rebase-snap cpu-template-helper)
ARTIFACTS=(firecracker jailer seccompiler-bin rebase-snap cpu-template-helper snapshot-editor)

if [ "$LIBC" == "gnu" ]; then
# Don't build jailer. See commit 3bf285c8f
echo "Not building jailer because glibc selected instead of musl"
CARGO_OPTS+=" --exclude jailer"
ARTIFACTS=(firecracker seccompiler-bin rebase-snap cpu-template-helper)
ARTIFACTS=(firecracker seccompiler-bin rebase-snap cpu-template-helper snapshot-editor)
fi

say "Building version=$VERSION, profile=$PROFILE, target=$CARGO_TARGET..."
Expand Down

0 comments on commit 1eb29f7

Please sign in to comment.