Skip to content

Commit

Permalink
CI: Disable seccomp policy for openSUSE Tumbleweed distribution
Browse files Browse the repository at this point in the history
GitHub Actions service has not yet updated its container seccomp
policy to recognize a new clone3() syscall and openSUSE Tumbleweed
upgraded glibc to a version which utilizes it.

actions/runner-images#3812
  • Loading branch information
ppisar committed Oct 1, 2021
1 parent b23b688 commit 86a3217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@ jobs:
continue-on-error: true
container:
image: registry.opensuse.org/opensuse/tumbleweed
# Disable seccomp until a container manager in GitHub recognizes
# clone3() syscall,
# <https://github.com/actions/virtual-environments/issues/3812>.
options: --security-opt seccomp=unconfined
steps:
- name: Enable docs in container
run:
Expand Down

0 comments on commit 86a3217

Please sign in to comment.