Skip to content

Commit

Permalink
CI: Reenable Tumbleweed
Browse files Browse the repository at this point in the history
50b3bae had to disable Tumbleweed due glibc-2.34 using new syscall
clone3 which is not enabled in Docker seccomp filter [1].

Workaround is to disable Docker seccomp filtering, as we don't need this
protection. This should help to avoid seccomp filtering in the future
for all distros.

[1] https://bugzilla.opensuse.org/show_bug.cgi?id=1190670

Fixes: actions/runner-images#4193

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
  • Loading branch information
pevik committed Oct 29, 2021
1 parent 76307db commit 0aa9ebd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
CC: clang
METADATA: asciidoc-pdf

- container: "opensuse/tumbleweed"
env:
CC: gcc
METADATA: asciidoctor

- container: "opensuse/leap"
env:
CC: gcc
Expand Down Expand Up @@ -110,6 +115,7 @@ jobs:
container:
image: ${{ matrix.container }}
env: ${{ matrix.env }}
options: --security-opt seccomp=unconfined

steps:
- name: Show OS
Expand Down

0 comments on commit 0aa9ebd

Please sign in to comment.