Skip to content

Commit

Permalink
Upgrade KraftKit to v0.7.2 (#463)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jan 19, 2024
1 parent bebe1bb commit b554ce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install KraftKit
run: |
wget https://github.com/unikraft/kraftkit/releases/download/v0.7.0/kraftkit_0.7.0_linux_amd64.deb
sudo dpkg -i kraftkit_0.7.0_linux_amd64.deb
rm kraftkit_0.7.0_linux_amd64.deb
wget https://github.com/unikraft/kraftkit/releases/download/v0.7.2/kraftkit_0.7.2_linux_amd64.deb
sudo dpkg -i kraftkit_0.7.2_linux_amd64.deb
rm kraftkit_0.7.2_linux_amd64.deb
- run: kraft build --target development --jobs 4 --log-type=basic unikraft
- run: kraft run --target development --disable-acceleration unikraft
4 changes: 2 additions & 2 deletions unikraft/Kraftfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
specification: v0.5
specification: v0.6
name: sourcemeta_jsontoolkit_test
unikraft:
version: stable
Expand All @@ -18,7 +18,7 @@ libraries:
libcxx:
version: stable
libunwind:
version: staging
version: stable
compiler-rt:
version: stable
musl:
Expand Down

0 comments on commit b554ce6

Please sign in to comment.