Skip to content

Commit

Permalink
kata-deploy: Update scripts to support firecracker 0.17.0
Browse files Browse the repository at this point in the history
Latest firecracker has moved the generated binaries to a new
location. Update the scripts to use the new location.

Fixes: #599

Signed-off-by: Manohar Castelino <manohar.r.castelino@intel.com>
  • Loading branch information
mcastelino committed Jun 21, 2019
1 parent fdacac9 commit 7f36038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static-build/firecracker/build-static-firecracker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ cd firecracker
git checkout ${firecracker_version}
./tools/devtool --unattended build --release -- --features vsock

ln -s ./build/release/firecracker ./firecracker-static
ln -s ./build/release/jailer ./jailer-static
ln -s ./build/release-musl/firecracker ./firecracker-static
ln -s ./build/release-musl/jailer ./jailer-static

0 comments on commit 7f36038

Please sign in to comment.