Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,11 @@ jobs:
runner: ubuntu-latest
command: cabal
ghc_version: 9.2.8
ghc_salt: perf-counter-1
# WARNING! cannot use # comments inside pack_options.
# GHCUP_GHC_OPTIONS="-u https://s3.ap-south-1.amazonaws.com/downloads.portal.composewell.com/ghc/ghc-9.2.8-x86_64-unknown-linux.tar.xz"
pack_options: >-
GHCUP_GHC_OPTIONS="-u https://github.com/composewell/ghc/releases/download/ghc-9.2.8-perf-counters-1-rc1/ghc-9.2.8.20231130-x86_64-unknown-linux.tar.xz"
CABAL_PROJECT=cabal.project
DISABLE_SDIST_BUILD="y"
DISABLE_DOCS="y"
Expand Down Expand Up @@ -364,7 +366,7 @@ jobs:
with:
path: |
~/.ghcup
key: ${{ matrix.runner }}-ghcup-${{ env.GHCUP_VERSION }}-${{ matrix.ghc_version }}
key: ${{ matrix.runner }}-${{ matrix.ghc_version }}.${{ matrix.ghc_salt}}

# XXX If we want to invalidate the cache on resolver change we
# should use a separate cache for stack as it should be keyed on
Expand Down
Loading