From 885a3ff5a06ba4fae5f0b975186d042717baf8f1 Mon Sep 17 00:00:00 2001 From: Ludovico de Nittis <ludovico.denittis@collabora.com> Date: Thu, 25 Feb 2021 13:39:43 +0100 Subject: [PATCH] CI: Require Arch Linux CI to succeed Recently @laks updated our runners `runc` to the required minimum version 1.0.0-rc93. Additionally the latest Arch Linux docker image now includes glibc 2.33-4. With these two changes we now expect the Arch Linux CI to succeed. Addresses: #57 Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com> --- debian/gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index f439f736b..862381cb2 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -336,10 +336,6 @@ 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 -- GitLab