Skip to content

ci: Bump CACHE_REV so that ghc-9.6 branch and HEAD have different caches

Matthew Pickering requested to merge wip/bump-cache-rev into master

Having the same CACHE_REV on both branches leads to issues where the darwin toolchain is different on ghc-9.6 and HEAD which leads to long darwin build times.

In general we should ensure that each branch has a different CACHE_REV.

Merge request reports