Skip to content
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

Make compiler version check happen earlier #1014

Merged
merged 1 commit into from
Jul 30, 2019
Merged

Make compiler version check happen earlier #1014

merged 1 commit into from
Jul 30, 2019

Conversation

mboes
Copy link
Member

@mboes mboes commented Jul 29, 2019

We use to have an action that all other actions depended on
transitively: a compiler version check. We remove this check, which is
redundant in the case of bindists, and happens too late in the case of
Nixpkgs. We replace it with a new check that happens at workspace rule
evaluation time, and which is Nixpkgs specific.

Fixes #945

@mboes mboes requested review from Profpatsch and gdeest July 29, 2019 17:46
We use to have an action that all other actions depended on
transitively: a compiler version check. We remove this check, which is
redundant in the case of bindists, and happens too late in the case of
Nixpkgs. We replace it with a new check that happens at workspace rule
evaluation time, and which is Nixpkgs specific.

Fixes #945
@Profpatsch Profpatsch added the merge-queue merge on green CI label Jul 30, 2019
@mboes mboes merged commit d30e151 into master Jul 30, 2019
@mboes mboes deleted the version-check branch July 30, 2019 17:09
@mergify mergify bot removed the merge-queue merge on green CI label Jul 30, 2019
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.

UX problem: haskell_toolchain_library check happens before GHC version check
2 participants