Mimi, On Mon, Oct 25, 2021 at 10:49:29PM -0400, Mimi Zohar wrote: > 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). JFYI. We decided to update our glibc package to fall-back from clone3 to clone in case it's EPERM. So, after some time (perhaps a day) this workaround will not be needed for ALT Linux. But this will not hurts either and may be beneficial in the future. Thanks, > > 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