From 21a8f3928426b6d324eb22eeba4704bdd3d1477b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 22 Aug 2022 15:59:33 -0400 Subject: [PATCH] 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. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 043202b5..ab3723ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -126,6 +126,7 @@ jobs: - name: Debian Testing image: debian:testing-slim + container-options: --security-opt seccomp=unconfined pre-checkout-setup: | apt-get update apt-get install -y git