From a13cc4c1ff8fc18365727d86042c963273dd6150 Mon Sep 17 00:00:00 2001 From: David Ward Date: Tue, 26 Apr 2022 07:22:51 -0400 Subject: [PATCH] CI: Do not allow build job failures for Fedora 35 The CI build jobs targeting Fedora 35 pass (without compiler warnings). Enforce this going forward. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bae10b40d..1ecbeed8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,6 @@ fedora-35-clang: CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL" MAKE_FLAGS: "CFLAGS=-Werror CXXFLAGS=-Werror" <<: *compile_definition - allow_failure: true alpine-3.15-musl: image: $REGISTRY_HUB:alpine-3.15-musl