Skip to content

Commit

Permalink
.github: Attempt to fix build with OpenSuse
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeum committed Oct 17, 2021
1 parent 4ae2e32 commit d1f949c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:

container:
image: ${{ matrix.os }}
# New versions of glibc use the new clone3() syscall which has not
# yet been whitelisted in GitHub's secomp profile. To prevent jobs
# using these distros from failing (e.g. OpenSUSE) change the
# secomp policy.
#
# See https://github.com/nmeum/android-tools/pull/48#issuecomment-944893176
options: --security-opt seccomp=unconfined

steps:
- name: prep opensuse
Expand Down

0 comments on commit d1f949c

Please sign in to comment.