-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
haskell.compiler.ghc*: fix cross-built native GHC #243619
Closed
AlexandreTunstall
wants to merge
12
commits into
NixOS:haskell-updates
from
AlexandreTunstall:ghc-cross
Closed
haskell.compiler.ghc*: fix cross-built native GHC #243619
AlexandreTunstall
wants to merge
12
commits into
NixOS:haskell-updates
from
AlexandreTunstall:ghc-cross
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3ab42d - Browse repository at this point
Copy the full SHA c3ab42dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf5462 - Browse repository at this point
Copy the full SHA ebf5462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b2ffd - Browse repository at this point
Copy the full SHA 80b2ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc44d9a - Browse repository at this point
Copy the full SHA bc44d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0653bb - Browse repository at this point
Copy the full SHA f0653bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0379b4 - Browse repository at this point
Copy the full SHA b0379b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41be4b - Browse repository at this point
Copy the full SHA b41be4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f422a5 - Browse repository at this point
Copy the full SHA 8f422a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1801e27 - Browse repository at this point
Copy the full SHA 1801e27View commit details -
haskell.compiler.ghc*: allow all platforms
Propagating the supported platforms of the boot compiler doesn't make much sense when unregistered cross-compilation is possible.
Configuration menu - View commit details
-
Copy full SHA for 640b562 - Browse repository at this point
Copy the full SHA 640b562View commit details -
Configuration menu - View commit details
-
Copy full SHA for d64620d - Browse repository at this point
Copy the full SHA d64620dView commit details
Commits on Mar 30, 2024
-
tests.cross.sanity: Add GHC to catch regressions
This is to ensure that Haskell users on platforms that lack official bindists still have a convenient means of getting GHC running natively. In my admittedly somewhat limited testing on RISC-V, GHC 8.10.7 is able to bootstrap native builds for 9.2.8 and 9.4.5. GHC 9.2.8 and 9.4.5 are unable to bootstrap themselves and 9.6.2 when cross-compiled. If you're looking at this commit to see whether you can safely upgrade the compiler used here to remove 8.10, please try cross-compiling 9.0 or later and then booting a native GHC with it.
Configuration menu - View commit details
-
Copy full SHA for 4e0921f - Browse repository at this point
Copy the full SHA 4e0921fView commit details
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.