[Git][ghc/ghc][master] ci: bump CACHE_REV and add the missing reminder
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 44f118f0 by Cheng Shao at 2026-03-22T04:54:01-04:00 ci: bump CACHE_REV and add the missing reminder This patch bumps `CACHE_REV` to address recent `[Cabal-7159]` CI errors due to stale cabal cache on some runners, and also adds a reminder to remind future maintainers. Fixes #27075. - - - - - 2 changed files: - .gitlab-ci.yml - hadrian/cabal.project Changes: ===================================== .gitlab-ci.yml ===================================== @@ -15,7 +15,7 @@ variables: # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. - CACHE_REV: 11 + CACHE_REV: 12 # Disable shallow clones; they break our linting rules GIT_DEPTH: 0 ===================================== hadrian/cabal.project ===================================== @@ -4,6 +4,8 @@ packages: ./ -- This essentially freezes the build plan for hadrian -- It would be wise to keep this up to date with the state set in .gitlab/ci.sh. +-- Also remember to bump CACHE_REV in .gitlab-ci.yml, otherwise stale +-- cabal cache on some runners may result in [Cabal-7159] errors. index-state: 2026-03-10T17:36:36Z -- N.B. Compile with -O0 since this is not a performance-critical executable View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/44f118f09dcde49f64d03e427312df47... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/44f118f09dcde49f64d03e427312df47... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)