From 65204c5a86aa75d7f6cb481a4fe3b1824331b7e6 Mon Sep 17 00:00:00 2001 From: James Addison Date: Thu, 22 Aug 2024 12:39:08 +0100 Subject: [PATCH] Revert "ci: debian-testing: Disable seccomp, as that messes with tar" This reverts commit bf6a2a9299cef80c0f19ac552dbd396366eb1373. --- .github/workflows/build-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index a33ef1070..59815374f 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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