CI: Do not allow build job failures for Debian 11

With the changes in commit a519a3529a,
the CI build jobs targeting Debian 11 pass (without compiler warnings).
Enforce this going forward.
escl-add-user-and-password
David Ward 2022-04-21 00:57:24 -04:00
rodzic 944bb49e56
commit 0286b132b7
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -54,7 +54,6 @@ debian-11-mini:
CONFIGURE_OPTS: "$CONFIGURE_MINI"
MAKE_FLAGS: "CFLAGS=-Werror CXXFLAGS=-Werror"
<<: *compile_definition
allow_failure: true
# In addition to the regular compile check, the full Debian stable
# environment is used to keep some of the HTML documentation that's
@ -76,7 +75,6 @@ debian-11-full:
- lists
- doc/sanei-html
expire_in: 1 day
allow_failure: true
fedora-35-clang:
image: $REGISTRY_HUB:fedora-35-clang