Skip to content

ghc.exactDeps/envDeps built with unpatched ghc #369

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

Merged
merged 5 commits into from
Dec 18, 2019
Merged

Conversation

hamishmack
Copy link
Collaborator

The overlays/ghc.nix overrides were not applied to the ghc used
to by the exactDeps and envDeps passthru derivations. This
resulted in each ghc building twice with only one of them being cached
by hydra.

This change fixes this by moving the exactDeps and envDeps for ghc
into sub directories of the output of the ghc derivation itself.

@hamishmack hamishmack requested a review from angerman December 17, 2019 21:16
The `overlays/ghc.nix` overrides were not applied to the `ghc` used
to by the `exactDeps` and `envDeps` `passthru` derivations.  This
resulted in each ghc building twice with only one of them being cached
by hydra.

This change fixes this by moving the exactDeps and envDeps for ghc
into sub directories of the output of the ghc derivation itself.
Copy link
Collaborator

@angerman angerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@hamishmack
Copy link
Collaborator Author

Test failures seem to be due to #359 so I am merging this before fixing issues caused by #359

@hamishmack hamishmack merged commit 852c521 into master Dec 18, 2019
@hamishmack hamishmack deleted the hkm/deps-cache-fix branch December 18, 2019 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants