mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-28 06:33:36 +02:00
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 <vt@altlinux.org> Acked-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
9171c1ce43
commit
4dab8558fc
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -103,6 +103,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ${{ matrix.container }}
|
image: ${{ matrix.container }}
|
||||||
env: ${{ matrix.env }}
|
env: ${{ matrix.env }}
|
||||||
|
options: --security-opt seccomp=unconfined
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Show OS
|
- name: Show OS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user