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 <vt@xxxxxxxxxxxx> Acked-by: Petr Vorel <petr.vorel@xxxxxxxxx> Signed-off-by: Mimi Zohar <zohar@xxxxxxxxxxxxx> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0931f2487d50..ad611ad914b4 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 -- 2.27.0