Skip to content

Commit

Permalink
Merge pull request #5625 from IntersectMBO/origin/newhoggy/update-ind…
Browse files Browse the repository at this point in the history
…ex-state-1

Update index state
  • Loading branch information
newhoggy committed Jan 8, 2024
2 parents 76ef0fe + 9aefc31 commit 1697b3a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
fail-fast: false
matrix:
ghc: ["9.2.8", "9.6.3"]
cabal: ["3.10.2.0"]
cabal: ["3.10.2.1"]
os: [macos-latest, windows-latest, ubuntu-latest]

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2023-12-15"
CABAL_CACHE_VERSION: "2024-10-05-b"

concurrency:
group: >
Expand Down Expand Up @@ -123,6 +123,17 @@ jobs:
skip: "${{ vars.BINARY_CACHE_URI != '' }}"
enable-save: false

# The following seems like a duplicate but it is due to a bug in cabal which can sometimes
# cause build intermittent build failures on Windows, so we run the build twice.
#
# https://github.com/haskell/cabal/issues/9587
#
# TODO Remove the workaround when the cabal bug is fixed.
- name: Build core components
continue-on-error: true
run: |
cabal build cardano-node cardano-cli cardano-node-chairman cardano-submit-api -j1
- name: Build core components
run: |
cabal build cardano-node cardano-cli cardano-node-chairman cardano-submit-api -j1
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2023-11-20T23:52:53Z
, hackage.haskell.org 2024-01-04T09:36:23Z
, cardano-haskell-packages 2023-12-15T14:50:31Z

packages:
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1697b3a

Please sign in to comment.