From 4dab8558fcf5cb9f12bee00c881f465c0bb2a059 Mon Sep 17 00:00:00 2001 From: Mimi Zohar Date: Sun, 24 Oct 2021 17:33:20 -0400 Subject: [PATCH] ci: upgrade to glibc-2.34 uses clone3 causing CI to fail Both opensuse/tumbleweed and Alt Linux have upgraded to glibc-2.34, causing the CI testing to fail. Disable seccomp (which is not needed anyway, since GA uses throwable virtual environments anyway). options: --security-opt seccomp=unconfined Suggested-by: Vitaly Chikunov Acked-by: Petr Vorel Signed-off-by: Mimi Zohar --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0931f24..ad611ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,7 @@ jobs: container: image: ${{ matrix.container }} env: ${{ matrix.env }} + options: --security-opt seccomp=unconfined steps: - name: Show OS