-
Notifications
You must be signed in to change notification settings - Fork 244
"Materialized nix used for dummy-data-ghc-8.6.4 is missing" #811
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
Comments
Not sure, but I think this might mean that any project using 8.6.4 (or other versions where we don't have the materialized files) is broken. |
(I also enjoyed building cabal 3 times for the various different versions of nix-tools used by various tools we build. Still think we should just do this once.) |
Although actually this seems wrong: we explicitly use the internal nix tools for stack projects. So I have no idea what's going on after all. |
Here's some more error:
|
Thanks, that should help with the specific issue, although I do think that this should work. Are we going to commit to having the materialized files for all the GHC versions we have? |
We made this quite a lot better. |
This occurs when trying to build a stack project whose resolver pins it to 8.6.4 (concretely, https://gitlab.com/joneshf/purty at 3c073e1149ecdddd01f1d371c70d5b243d743bf2).
The error is actually from trying to get the
nix-tools
plan, which as of #738 we build with the same GHC as the project. I'm not sure whether it would in fact fail on the plan for the main project too if it kept going.The text was updated successfully, but these errors were encountered: