enable nix#7
Draft
maxdeliso wants to merge 10 commits into
Draft
Conversation
This prevents Garnix from rebuilding GHC from source by configuring the haskell.nix (IOG) and Garnix binary caches. This should fix timeout and disk space issues.
Exclude darwin static builds since musl only works on Linux. This should prevent Garnix from trying to build static packages on aarch64-darwin which causes errors.
GHC 9.6.7 fails to build on aarch64-linux when Garnix doesn't use the IOG cache (tries to build from source). The build hits a known compilation error in GHC's hp2ps utility. Once Garnix accepts flake nixConfig and uses IOG cache, we can re-enable these builds.
Garnix is ignoring nixConfig and building GHC 9.6.7 from source, which fails on both x86_64-linux and aarch64-linux with compilation errors in GHC's hp2ps utility. All builds requiring GHC are disabled until Garnix is configured to use the IOG cache (needs --accept-flake-config or dashboard setting). See garnix.yaml comments for details on how to re-enable.
Only building static packages on x86_64-linux. These use musl and may work even if GHC cache isn't fully configured. Regular packages and devShells remain disabled until Garnix cache issue is resolved.
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.
No description provided.