diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-11-05 11:44:04 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-11-06 07:53:42 -0400 |
commit | 646c3e21dd30a2eaae46aafb8678d29f8e06054d (patch) | |
tree | 0563e3814c16b7cc29e63a11ecb0dbaa1d950cdd /.gitlab-ci.yml | |
parent | 4c86df25d360d4001a4a61415bbd86d4fc76d18c (diff) | |
download | haskell-646c3e21dd30a2eaae46aafb8678d29f8e06054d.tar.gz |
CI: allow perf-nofib to fail
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7acbba6848..58dcc4294f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1325,8 +1325,10 @@ nightly-hackage: ############################################################ perf-nofib: - # This needs to be reverted, and is only - # an attempt to unbreak master + # Dependencies used by perf-nofib can't be built when some compiler changes + # aren't (yet) supported by head.hackage. + # Hence we allow this job to fail. + allow_failure: true stage: testing needs: [validate-x86_64-linux-deb9-dwarf, doc-tarball] dependencies: |