-
Notifications
You must be signed in to change notification settings - Fork 704
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
Allow hashable-1.5 #10177
Comments
We have a bigger restriction, it turns out: CI uses ghc 9.4.8, but hashable-1.5 requires at least ghc 9.6.1. |
@geekosaur I don't see why it's a restriction necessarily. Normal CI doesn't have to exercise all possible versions of dependencies. We "just" need to ensure that we can build with hashable-1.5 in cases where the plan allows. It may be the case that there's no such plan, and then you have to figure out why. |
It's not our dependencies. |
I don't understand: our CI exercises a multitude of GHC starting from something like 8.4. Do you mean |
This run shows that at least one of our dependencies ( |
This is a different result than I got originally, when the static Alpine job failed because it was using ghc 9.4.8. |
oh, so you are referring to the Static Apline job in particular -- sorry, I got totally confused! Yeah, in that case maybe the easiest way is to verify locally. A possible workaround would be to manually re-run just one job with a new enough GHC, I think. The current failure I see is due to (afaiu) how you spell the version in the arguments to the manual run: 1.5 instead of 1.5.0.0 (it is unfortunate that you can't omit the zeroes...). |
BTW what failure we see is somewhat random because whichever job fails first kills the others, so it's a toss up whether we see the |
@geekosaur not really: the Static Alpine job is an independent job, not a part of the |
Currently restricted by
cabal/cabal-install/cabal-install.cabal
Line 234 in 1837262
The text was updated successfully, but these errors were encountered: