diff options
| author | Emilio Jesus Gallego Arias | 2018-10-05 16:07:35 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-05 16:07:35 +0200 |
| commit | f76664af6b193193e83c00721ea2fd288e193154 (patch) | |
| tree | b9dac1b5aa169490223426658a99574e013dcee1 | |
| parent | 2f99e6f1da920f97bf083c846653bec25fb5848e (diff) | |
[ci] Allow bedrock2 to fail.
Issue #8533 is still unmitigated.
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da90ebaa98..08bedcebea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -348,6 +348,7 @@ validate:edge+flambda: ci-bedrock2: <<: *ci-template + allow_failure: true ci-bignums: <<: *ci-template |
