Ben Gamari pushed to branch ghc-9.14 at Glasgow Haskell Compiler / GHC
Commits:
-
f080dec4
by Ben Gamari at 2025-08-17T11:33:48-04:00
2 changed files:
Changes:
... | ... | @@ -1235,7 +1235,7 @@ darwin = |
1235 | 1235 | |
1236 | 1236 | freebsd_jobs :: [JobGroup Job]
|
1237 | 1237 | freebsd_jobs =
|
1238 | - [ addValidateRule FreeBSDLabel (standardBuilds Amd64 FreeBSD14)
|
|
1238 | + [ allowFailureGroup (addValidateRule FreeBSDLabel (standardBuilds Amd64 FreeBSD14))
|
|
1239 | 1239 | ]
|
1240 | 1240 | |
1241 | 1241 | alpine_x86 :: [JobGroup Job]
|
... | ... | @@ -1415,7 +1415,7 @@ |
1415 | 1415 | ".gitlab/ci.sh clean",
|
1416 | 1416 | "cat ci_timings.txt"
|
1417 | 1417 | ],
|
1418 | - "allow_failure": false,
|
|
1418 | + "allow_failure": true,
|
|
1419 | 1419 | "artifacts": {
|
1420 | 1420 | "expire_in": "8 weeks",
|
1421 | 1421 | "paths": [
|
... | ... | @@ -4303,7 +4303,7 @@ |
4303 | 4303 | ".gitlab/ci.sh clean",
|
4304 | 4304 | "cat ci_timings.txt"
|
4305 | 4305 | ],
|
4306 | - "allow_failure": false,
|
|
4306 | + "allow_failure": true,
|
|
4307 | 4307 | "artifacts": {
|
4308 | 4308 | "expire_in": "1 year",
|
4309 | 4309 | "paths": [
|
... | ... | @@ -5730,7 +5730,7 @@ |
5730 | 5730 | ".gitlab/ci.sh clean",
|
5731 | 5731 | "cat ci_timings.txt"
|
5732 | 5732 | ],
|
5733 | - "allow_failure": false,
|
|
5733 | + "allow_failure": true,
|
|
5734 | 5734 | "artifacts": {
|
5735 | 5735 | "expire_in": "2 weeks",
|
5736 | 5736 | "paths": [
|