Skip to content

Commit

Permalink
Add ability to parse OCI images
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant committed Jul 31, 2023
1 parent fd8fa40 commit b237264
Show file tree
Hide file tree
Showing 17 changed files with 911 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
sudo apt -y update
sudo apt install -y pkg-config libsystemd-dev libdbus-glib-1-dev build-essential libelf-dev libseccomp-dev libclang-dev
sudo apt install -y pkg-config libsystemd-dev libdbus-glib-1-dev build-essential libelf-dev libseccomp-dev libclang-dev protobuf-compiler
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,8 @@ jobs:
run: make test/k3s
- name: cleanup
if: always()
run: make test/k3s/clean
run: |
# run log collection after running tests, so that we can see the logs in case pod doesn't start properly
timeout 5 bash -c -- 'sudo bin/k3s kubectl logs deployments/wasi-demo'
timeout 5 bash -c -- 'sudo bin/k3s kubectl get pods -o wide'
make test/k3s/clean
Loading

0 comments on commit b237264

Please sign in to comment.