Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
44f118f0
by Cheng Shao at 2026-03-22T04:54:01-04:00
2 changed files:
Changes:
| ... | ... | @@ -15,7 +15,7 @@ variables: |
| 15 | 15 | |
| 16 | 16 | # Sequential version number of all cached things.
|
| 17 | 17 | # Bump to invalidate GitLab CI cache.
|
| 18 | - CACHE_REV: 11
|
|
| 18 | + CACHE_REV: 12
|
|
| 19 | 19 | |
| 20 | 20 | # Disable shallow clones; they break our linting rules
|
| 21 | 21 | GIT_DEPTH: 0
|
| ... | ... | @@ -4,6 +4,8 @@ packages: ./ |
| 4 | 4 | |
| 5 | 5 | -- This essentially freezes the build plan for hadrian
|
| 6 | 6 | -- It would be wise to keep this up to date with the state set in .gitlab/ci.sh.
|
| 7 | +-- Also remember to bump CACHE_REV in .gitlab-ci.yml, otherwise stale
|
|
| 8 | +-- cabal cache on some runners may result in [Cabal-7159] errors.
|
|
| 7 | 9 | index-state: 2026-03-10T17:36:36Z
|
| 8 | 10 | |
| 9 | 11 | -- N.B. Compile with -O0 since this is not a performance-critical executable
|