ci: Also drop seccomp on debian testing
I didn't deep dive into debugging this but I'm pretty sure it's https://gitlab.gnome.org/GNOME/glib/-/issues/2580 which is us having an older Docker in the middle here.
This commit is contained in:
parent
fb826346fe
commit
21a8f39284
|
|
@ -126,6 +126,7 @@ jobs:
|
||||||
|
|
||||||
- name: Debian Testing
|
- name: Debian Testing
|
||||||
image: debian:testing-slim
|
image: debian:testing-slim
|
||||||
|
container-options: --security-opt seccomp=unconfined
|
||||||
pre-checkout-setup: |
|
pre-checkout-setup: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y git
|
apt-get install -y git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue