-
Notifications
You must be signed in to change notification settings - Fork 250
Add pins and materialization for ghc-boot-packages and ghc-extra-packages #546
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
Conversation
👍 for materializing, or at least pinning the |
This also uses a single cleanGit call for all the tests in case that has an impact on performance.
This seems to prevent unwanted evals
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.
Looks good! Do we need both the foo.nix
and the .plan-nix/foo.nix
files?
Would be great to have some instructions for updating things too.
Co-Authored-By: Michael Peyton Jones <michael.peyton-jones@iohk.io>
Co-Authored-By: Michael Peyton Jones <michael.peyton-jones@iohk.io>
Co-Authored-By: Michael Peyton Jones <michael.peyton-jones@iohk.io>
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.
Is there a way to regenerate all the materialisations (e.g. a script) for all the boot and extra packages?
Co-Authored-By: Moritz Angermann <moritz.angermann@gmail.com>
This might help with caching issues, but it is also a useful
first step if we want to materialize these.