You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the attached ghc-945-failure.tar.gz, unpack it, and run nix build -L inside. Observe the error.
Expected behavior
I expect it to successfully build Hadrian, and then compile GHC 9.4.5 using it.
Additional context
I bisected the master branch from a commit I knew worked with GHC 9.4.5, and found that f4cdb22 (PR #2088) is the first bad commit. I haven't been able to dig into the PR branch itself.
The text was updated successfully, but these errors were encountered:
Describe the bug
The attached tarball fails to build Hadrian with
compiler-nix-name = "ghc945"
, failing with the following error:x86_64-linux
haskell.nix
commit:e2d31e63796dd24e9093f3cdcf9807b46dea9c25
Steps To Reproduce
Download the attached
ghc-945-failure.tar.gz, unpack it, and run
nix build -L
inside. Observe the error.Expected behavior
I expect it to successfully build Hadrian, and then compile GHC 9.4.5 using it.
Additional context
I bisected the master branch from a commit I knew worked with GHC 9.4.5, and found that f4cdb22 (PR #2088) is the first bad commit. I haven't been able to dig into the PR branch itself.
The text was updated successfully, but these errors were encountered: