Skip to content

Commit

Permalink
Refactor cross container and bump runwasi (#162)
Browse files Browse the repository at this point in the history
* refactor cross container and enable seccomp

Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>

* rejects non 2xx http responses in tests

Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>

* update to latest runwasi

Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>

---------

Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
  • Loading branch information
jprendes committed Oct 30, 2023
1 parent dce5b1c commit 6ca8df8
Show file tree
Hide file tree
Showing 30 changed files with 2,766 additions and 1,658 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Install dependencies"
run: |
sudo apt-get update
sudo apt-get install protobuf-compiler -y
sudo apt-get install -y protobuf-compiler libseccomp-dev
- name: build ${{ matrix.shims }}
run: |
VERBOSE=1 make build SHIMS=${{ matrix.shims }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: "Install dependencies"
run: |
sudo apt-get update
sudo apt-get install protobuf-compiler -y
sudo apt-get install -y protobuf-compiler libseccomp-dev
- name: fmt
run: |
make fmt
Expand Down
Loading

0 comments on commit 6ca8df8

Please sign in to comment.