Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 6ca8df8

Browse files
authored
Refactor cross container and bump runwasi (#162)
* refactor cross container and enable seccomp Signed-off-by: Jorge Prendes <[email protected]> * rejects non 2xx http responses in tests Signed-off-by: Jorge Prendes <[email protected]> * update to latest runwasi Signed-off-by: Jorge Prendes <[email protected]> --------- Signed-off-by: Jorge Prendes <[email protected]>
1 parent dce5b1c commit 6ca8df8

File tree

30 files changed

+2766
-1658
lines changed

30 files changed

+2766
-1658
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Install dependencies"
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install protobuf-compiler -y
32+
sudo apt-get install -y protobuf-compiler libseccomp-dev
3333
- name: build ${{ matrix.shims }}
3434
run: |
3535
VERBOSE=1 make build SHIMS=${{ matrix.shims }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: "Install dependencies"
1717
run: |
1818
sudo apt-get update
19-
sudo apt-get install protobuf-compiler -y
19+
sudo apt-get install -y protobuf-compiler libseccomp-dev
2020
- name: fmt
2121
run: |
2222
make fmt

0 commit comments

Comments
 (0)