Skip to content

Commit

Permalink
Merge branch 'main' into nightly-2023-10-15
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes authored Oct 25, 2023
2 parents 3bb4500 + 0f178d2 commit 5a36e33
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ jobs:
ARCH="$(uname -m)"
release_url="https://github.com/firecracker-microvm/firecracker/releases"
latest=$(basename $(curl -fsSLI -o /dev/null -w %{url_effective} ${release_url}/latest))
# TODO: use the latest release once fixed:
# https://github.com/firecracker-microvm/firecracker/issues/4176
latest="v1.4.1"
curl -L ${release_url}/download/${latest}/firecracker-${latest}-${ARCH}.tgz \
| tar -xz
Expand Down
27 changes: 14 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a36e33

Please sign in to comment.