projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb82634
)
ci: Also drop seccomp on debian testing
author
Colin Walters
<walters@verbum.org>
Mon, 22 Aug 2022 19:59:33 +0000
(15:59 -0400)
committer
Colin Walters
<walters@verbum.org>
Mon, 22 Aug 2022 21:00:09 +0000
(17:00 -0400)
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
patch
|
blob
|
history
diff --git
a/.github/workflows/tests.yml
b/.github/workflows/tests.yml
index 043202b51a8d9ae13fa0a7cc0f2bdacfef177b6a..ab3723ea985df6b20385b54ab1b1f93007c2ee0d 100644
(file)
--- 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