Skip to content

Commit

Permalink
Revert "ci: debian-testing: Disable seccomp, as that messes with tar"
Browse files Browse the repository at this point in the history
This reverts commit bf6a2a9.
  • Loading branch information
jayaddison authored and ximion committed Sep 15, 2024
1 parent 42a5e66 commit 65204c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
run: cd tests/ci/ && podman build -t appstream -f ./Dockerfile-debian-testing .

- name: Build
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
run: podman run -a stdout -a stderr -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 65204c5

Please sign in to comment.