Skip to content

Commit

Permalink
ci: debian-testing: Disable seccomp, as that messes with tar
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Aug 18, 2024
1 parent 9501ce0 commit bf6a2a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: cd tests/ci/ && podman build -t appstream -f ./Dockerfile-debian-testing .

- name: Build
run: podman run -a stdout -a stderr -e COMPILER_VENDOR=$CVENDOR -e CC=gcc -e CXX=g++ -v `pwd`:/build appstream
run: podman run -a stdout -a stderr --security-opt seccomp=unconfined
-e COMPILER_VENDOR=$CVENDOR -e CC=gcc -e CXX=g++ -v `pwd`:/build appstream
./tests/ci/run-build.sh

- name: Test
Expand Down

0 comments on commit bf6a2a9

Please sign in to comment.