haskellPackages: fixes for pkgsCross.ucrt64#357744
haskellPackages: fixes for pkgsCross.ucrt64#357744alexfmpe merged 4 commits intoNixOS:haskell-updatesfrom
Conversation
a264a45 to
41aa2f5
Compare
|
Consider updating |
That's fine with me, but I wonder if we should take hydra resources for something which is still broken in several ways.
On the other hand, having regression testing prevents things from getting more broken again |
41aa2f5 to
4c136e8
Compare
|
This no longer works with 9.10 due to toolchain upgrades, and would need a good deal of backporting on our end to fix. On the plus side, 9.12 now builds to the same level 9.10 did when PR was first opened.
9.12 only is fine? |
I think by default it tests the default version and |
sternenseemann
left a comment
There was a problem hiding this comment.
LGTM, though I haven't tested anything myself.
|
I'm a bit reluctant to adding a UCRT haskell entry to release-* jobs until executables can actually be built. |
Understood, though release-cross.nix is kind of a jobset of failures in some ways…
Whatever suits you. I think we could definitely land parts of it, e.g. the split sections stuff. |
4c136e8 to
8bf6b38
Compare
Oh heh then I guess it's fine, added microlens and kept hello commented
I just noticed for some reason the win32 patch isn't needed when building 9.12 so guess I'll just toss that out as well as the rts backport and simply not bother with 9.10 at all |
8bf6b38 to
710ecbc
Compare
710ecbc to
d40cbfb
Compare
…ing for windows Fixes error: `could not execute: /bin/false`
Allows building a ton of non-TH libs under
pkgsCross.ucrt64.haskell.packages.ghc910, with TH libs triggering the same error as in #355543. But linking seems pretty broken forucrt64.haskell.packages.pkgsCross.ucrt64.haskell.packages.ghc910.hellofails with a gazillionundefined reference towhat look like RTS symbols.Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.