Skip to content

Commit

Permalink
Fix: Try with last version of firecracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Oct 11, 2023
1 parent cc83172 commit c808e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-droplets-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- alias: "runtime-6770" # Old runtime, using Debian 11
item_hash: "67705389842a0a1b95eaa408b009741027964edc805997475e95c505d642edd8"
query_params: "?retro-compatibility=true"
- alias: "runtime-a3ff" # New runtime, using Debian 12
item_hash: "a3ffb10261c7ba167c752508694c45aa6b7b9b404bffd5372ce4f9ac0752c8d0"
- alias: "runtime-3fc0" # New runtime, using Debian 12
item_hash: "3fc0aa9569da840c43e7bd2033c3c580abb46b007527d6d20f2d4e98e867f7af"
query_params: ""

steps:
Expand Down
2 changes: 1 addition & 1 deletion packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ debian-package-resources: firecracker-bins vmlinux download-ipfs-kubo
firecracker-bins: target-dir build-dir
mkdir -p ./build/firecracker-release
# Download latest release
curl -fsSL https:/firecracker-microvm/firecracker/releases/download/v1.3.3/firecracker-v1.3.3-x86_64.tgz | tar -xz --no-same-owner --directory ./build/firecracker-release
curl -fsSL https:/firecracker-microvm/firecracker/releases/download/v1.4.1/firecracker-v1.4.1-x86_64.tgz | tar -xz --no-same-owner --directory ./build/firecracker-release
# Copy binaries:
cp ./build/firecracker-release/release-v*/firecracker-v*[!.debug] ./target/firecracker
cp ./build/firecracker-release/release-v*/jailer-v*[!.debug] ./target/jailer
Expand Down

0 comments on commit c808e7f

Please sign in to comment.