Skip to content

Commit

Permalink
CI: Disable seccomp filter for docker build tests
Browse files Browse the repository at this point in the history
When target system updated to glibc-2.34 (as for ALT Linux) it starts
to use new syscall `clone3', which is not enabled in Docker seccomp
filter, causing run failures. GA issue [1].

Disable Docker seccomp filtering since we are in throwable virtual
environment anyway and don't need that protection.

Link: actions/runner-images#3812 [1]
Fixes: lkrg-org#121
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
  • Loading branch information
vt-alt committed Oct 20, 2021
1 parent a9906a6 commit 5a7dc0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

container:
image: ${{ matrix.image }}
options: --security-opt seccomp=unconfined

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 5a7dc0f

Please sign in to comment.