-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support ghc-9.10 #1976
Merged
Merged
support ghc-9.10 #1976
Changes from 17 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
2440447
format cabal file more consistently
larskuhtz 313e144
remove redundant upper bound on unliftio
larskuhtz d3f3343
raise lower bound on unordered containers
larskuhtz bc4842d
add missing other-modules in cabal file
larskuhtz 4d5533a
fix upper bound of crypton-connection
larskuhtz 5085709
raise lower bound on crypton-connection to 0.4
larskuhtz 4f944e8
Merge branch 'master' into lars/update/crypton-connection
larskuhtz e484dd0
update freeze file
larskuhtz aa9e0c9
support ghc-9.10
larskuhtz 001ab16
Merge branch 'lars/ghc-9.10' into lars/update/crypton-connection
larskuhtz be331ae
support ghc-9.10
larskuhtz 3fec737
update freeze file
larskuhtz 4fbb05e
remove redundant upper bound on mwc-probability
larskuhtz eae82ba
update cabal CI workflows
larskuhtz 68b871a
update pact pin
larskuhtz bc6a19c
update nix hackage
larskuhtz e643eaf
Merge branch 'lars/update/crypton-connection' into lars/ghc-9.10
larskuhtz d5b8dde
deprecate rosetta
larskuhtz fdb5ac9
Merge branch 'lars/deprecate-rosetta' into lars/ghc-9.10
larskuhtz 72c2868
update ethereum pin and hashes package
larskuhtz 38163d3
fix flaky tests
larskuhtz f5e2acd
update freeze file
larskuhtz 359c8e6
update pact pin to latest master
larskuhtz affee0c
update nix flake lock
larskuhtz 31c108e
Merge branch 'master' into lars/ghc-9.10
larskuhtz 217ed8f
Merge branch 'master' into lars/ghc-9.10
larskuhtz 5dae0b6
allow-newer for hashable
larskuhtz 3ef8af2
Merge branch 'master' into lars/ghc-9.10
larskuhtz dfaf443
Merge branch 'master' into lars/ghc-9.10
larskuhtz 30eba44
Merge branch 'lars/ghc-9.10' of github.com:kadena-io/chainweb-node in…
larskuhtz 0433634
add arch to macos tools cache
larskuhtz 8e099f4
reenable unfrozen docker image
larskuhtz b4eacd9
Merge branch 'master' into lars/ghc-9.10
larskuhtz 0fbd045
fix dist-newstyle cache key
larskuhtz f5681e2
more caching fixes for macos build
larskuhtz 49e3a1d
use arm64 for mac build
larskuhtz 0559af3
Merge branch 'lars/ghc-9.10' of github.com:kadena-io/chainweb-node in…
larskuhtz 5340788
exclude musl regression test on macos
larskuhtz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -75,8 +75,8 @@ package yet-another-logger | |||||
source-repository-package | ||||||
type: git | ||||||
location: https://github.com/kadena-io/pact.git | ||||||
tag: 4c0acc5fb322014b120c4a5942db8505968ab046 | ||||||
--sha256: 0kyh6xwm06npbw73dil5xpngfr7h6ppsn5jz7hjkirq9hj33aqqv | ||||||
tag: 8e5d9f4f50e12a43b9dc534b9dc670ec09524dee | ||||||
--sha256: 0sifa6mkpngg73y721bp3rr5pfdh60vvf5v230mglvvdnkgwn26l | ||||||
|
||||||
source-repository-package | ||||||
type: git | ||||||
|
@@ -106,7 +106,7 @@ source-repository-package | |||||
type: git | ||||||
location: https://github.com/kadena-io/kadena-ethereum-bridge.git | ||||||
tag: a32d901e4a79be62af9c27c01152c9a4c3912a62 | ||||||
--sha256: sha256-xdawv/tdjh61MbJKcBqm9Fje36+gVljuZsAxOTX1gP0= | ||||||
--sha256: 1zc0ylskjcf0cvp5hmm0mzgxwn7llqd70jmj66six3jxzfzv1mn5 | ||||||
|
||||||
source-repository-package | ||||||
type: git | ||||||
|
@@ -123,19 +123,20 @@ source-repository-package | |||||
tag: d8019c3404d6f3b3c0b0416e9899cfdf614ef425 | ||||||
--sha256: 09msayidg23rsdz97fcfqqalm4pbawx3c1qihgab8hnlmjxby103 | ||||||
|
||||||
-- Patch merged into master (upcoming version 10.0). We are currently using 9.2 | ||||||
-- Patch merged into master (upcoming verison 10.0). We are currently using 9.2. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
-- This fork contains additional fixes for using 9.2 with recent compilers. | ||||||
source-repository-package | ||||||
type: git | ||||||
location: https://github.com/larskuhtz/sbv | ||||||
tag: b66e3a04c20f753213fe7e5115a95b3fe34109f9 | ||||||
--sha256: 0dca5pl56nz8ijnqavnpxw5f47qmpalszd5w0ag8bq3fd0l3839m | ||||||
tag: 1f2d042718fcf9a140398bd3dedac77c207cce27 | ||||||
--sha256: 0l3nhsdxsyx17i29dw691d6bbqz26af6lg6pi1c2kb34v59m2rk3 | ||||||
|
||||||
-- Required for non-canonical decode in base64-bytestring (remove after 2.20 fork) | ||||||
source-repository-package | ||||||
type: git | ||||||
location: https://github.com/emilypi/base64-bytestring-kadena | ||||||
tag: 174af3523616c8fe01449da5ccbb9f16df097ac3 | ||||||
--sha256: sha256-kVFIy+Aj3TNJpsM1Cs/5uGmzeWwHKYWjjCQ+L1/XOj8= | ||||||
--sha256: 0grssxgjygi4ijiqaa87diwv6sdqz77hldf3lr4k7p93w35lhlci | ||||||
|
||||||
source-repository-package | ||||||
type: git | ||||||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first block here is specifically for scheduled builds, and the second is for the ones that happen on every PR. Right now we only do unfrozen builds on the schedule, and frozen builds on every PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But why? Build times are not affected by the number of builds. They are in parallel and dependencies are fully cached.
Why not give feedback early?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem with scheduled builds is that, as long as there is no process to check those regularly and respond to issues -- nobody will ever care to fix them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with disabling the scheduled logic here and putting unfrozen builds into the matrix here.