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.
This commit is contained in:
Alexandre Duret-Lutz 2019-07-17 09:14:20 +02:00
parent 738515d7fd
commit 6a71438268

View file

@ -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: