summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea1feb96a..668b62592 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -330,6 +330,11 @@ test-fedora-rawhide@x86_64:
needs:
- build-fedora-rawhide@x86_64
allow_failure: true
+ tags:
+ # There is a mismatch between syscalls and seccomp rules in
+ # some runners, using `crun` is advised in the mean time, see
+ # https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/545
+ - crun
<<: *test
test-fedora@aarch64: