-
-
Notifications
You must be signed in to change notification settings - Fork 372
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
Nix build in ci fails due to primitive-extras-0.10.1 build error with ghc-9.0.1 #2430
Comments
Dumb question: how did this make it into master? do the nix jobs not block merging? I'll try and take a look at this. |
I am very confused. As far as I can tell this error didn't happen in nixpkgs master. We would never merge an update with this issue and our ci would definitely catch this. |
the build on pr only is triggered on master if the pr does not change the nix workflow config file haskell-language-server/.github/workflows/nix.yml Lines 65 to 74 in 711e19c
That pr touched the cache and maybe it could cause the issue
|
Rectification: the nix build dont use the cabal cache touched in the pr so i dont see how #2419 could cause the nix build fail |
My plan is just to try bumping nixpkgs and see if that fixes it. |
It seems we are building an older release 0.10.1 which seems to be not compatible with ghc-9.0.1
Locally cabal picks 0.10.2
Asking for help from my dear nix+hls power users
//cc @maralorn @berberman @fendor @michaelpj
The text was updated successfully, but these errors were encountered: