From d1f949c60584041f039f0cd4f4321f654333f7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sat, 16 Oct 2021 05:11:27 +0200 Subject: [PATCH] .github: Attempt to fix build with OpenSuse --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a7f6cc..31e6c05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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