haskellPackages: running cross tests #451928
Draft
alexfmpe wants to merge 11 commits intoNixOS:haskell-updatesfrom
Draft
haskellPackages: running cross tests #451928alexfmpe wants to merge 11 commits intoNixOS:haskell-updatesfrom
alexfmpe wants to merge 11 commits intoNixOS:haskell-updatesfrom
Conversation
13 tasks
f1288c4 to
bf6f231
Compare
bf6f231 to
4a89b4f
Compare
4a89b4f to
b25c8c0
Compare
b25c8c0 to
a9fe7f7
Compare
alexfmpe
commented
Oct 25, 2025
|
|
||
| # stdenv.make-derivation sets `doCheck = false` when the build platform can't directly execute the host platform | ||
| # which means the `checkPhase` ends up disabled for cross and we need to sneak it back in somehow | ||
| # TODO: avoid this workaround - add some sort of doCheckEmulated? |
Member
Author
There was a problem hiding this comment.
This is pretty hacky, but I don't see another way to run tests by default unless we change make-derivation itself.
We could settle for passthru.tests though
a9fe7f7 to
ce8ff75
Compare
Fixes error: "iserv-proxy-interpreter: Failed to lookup symbol: __gmpn_cmp"
ce8ff75 to
17e6a29
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On top of #445672 from which this was split
This is a work in progress.
Some of these are likely ghc bugs, others might need extra
external-interpretertweaks, or something else - most need to be looked into to know, and then possibly open upstream issues.Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.