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:
parent
738515d7fd
commit
6a71438268
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue