Skip to content

Commit

Permalink
download firecracker
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Sep 5, 2023
1 parent 5bc52b1 commit 8a46cad
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Build dev profile
run: cargo build -Zbuild-std=std,panic_abort --package rusty_demo --target x86_64-unknown-hermit
- name: Download loader
- name: Download loader (x86_64)
uses: dsaltares/fetch-gh-release-asset@1.1.1
with:
repo: hermitcore/rusty-loader
Expand Down Expand Up @@ -403,3 +403,17 @@ jobs:
-enable-kvm -cpu qemu64,apic,fsgsbase,rdtscp,xsave,xsaveopt,fxsr,rdrand \
-kernel rusty-loader-x86_64 \
-initrd target/x86_64-unknown-hermit/release/rusty_demo
- name: Download loader (x86_64-fc)
uses: dsaltares/fetch-gh-release-asset@1.1.1
with:
repo: hermitcore/rusty-loader
file: rusty-loader-x86_64-fc
- name: Download firecracker
uses: dsaltares/fetch-gh-release-asset@1.1.1
with:
repo: firecracker-microvm/firecracker
file: firecracker-v1.4.1-x86_64.tgz
- name: Install firecracker
run: |
ls -la

0 comments on commit 8a46cad

Please sign in to comment.