Skip to content
Snippets Groups Projects
Commit 49a6386b authored by Simon McVittie's avatar Simon McVittie
Browse files

Expect the Arch Linux CI to fail for now


Our Docker runners are currently too old for Arch's glibc.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent efafe2c4
No related branches found
No related tags found
No related merge requests found
Pipeline #9088 passed with warnings
......@@ -336,6 +336,10 @@ test:ubuntu-20.04:
python3 tests/pressure-vessel/containers.py
test:archlinux:
# Temporarily not a blocker because our Docker's seccomp profiles
# don't know about faccess2() yet, and new Arch glibc relies on that
allow_failure: true
extends: .test_template
image: archlinux:latest
# Do not use the global before_script because it is only for Debian based
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment