From 6a7143826824f5f2d0adef7efb2d55c2baaca210 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 17 Jul 2019 09:14:20 +0200 Subject: [PATCH] allow gcc-snapshot failures because of GCC bug 91184 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91184 * .gitlab-ci.yml (debian-gcc-snapshot): Add allow_failure=true. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edf31ff73..40567ebfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,7 @@ debian-gcc-snapshot: - ./configure --with-included-ltdl CXX='g++' - make - make distcheck DISTCHECK_CONFIGURE_FLAGS='--with-included-ltdl' + allow_failure: true artifacts: when: always paths: