Switch Cabal to wip/angerman/compile-less (cross-compile + local store + recompilation avoidance)#179
Merged
Conversation
Author
|
Depends on #180 |
Point all stage cabal.project files at stable-haskell/cabal wip/angerman/compile-less (44817477ff6d22de4bfa4307e061df58f319d3b6), which is based on Andrea Bedini's wip/andrea/compile-less and includes: - Cross-compilation support (Stage/Toolchain architecture) - Local store (replaces in-place builds) - Recompilation avoidance (file monitor tracking for installed packages) - hasufell's "Stop stealing the vowels" and "Fix caching of remote source tarballs" - TOCTOU race fix for BuildInplaceOnly tarball extraction
2ac8043 to
15a5217
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.
Summary
stable-haskell/cabalbranchwip/angerman/compile-less(44817477ff6d22de4bfa4307e061df58f319d3b6)wip/andrea/compile-lessplus cherry-picks from hasufell and the TOCTOU race fixWhat's included in the new Cabal branch
From
wip/andrea/compile-less:Cherry-picked from
wip/hasufell/compile-less:137c9812d— Stop stealing the vowelsb576cdb49— Fix caching of remote source tarballsCherry-picked from
fix/unpack-toctou-race-minimal:d7bf2ce3f→44817477f— Serialise BuildInplaceOnly tarball extraction to prevent TOCTOU race (conflict-resolved to preserve both the TOCTOU lock and the recompilation avoidanceBuildStatusConfigure MonitorFirstRuncall)Test plan