Quality-of-life improvements for TestRustcBootstrap.sh#391
Open
Googulator wants to merge 4 commits into
Open
Conversation
Googulator
commented
Feb 20, 2026
Contributor
- Autodetect the correct PARLEVEL is none is specified
- Allow overriding PARLEVEL in the environment
- Parallelize initial LLVM build
- Allow building a chain of rustc versions using TestRustcBootstrap.sh
The makefile changes improve build time by allowing LLVM build to run on multiple threads, while also avoiding some issues related to certain dependencies being attempted multiple times simultaneously (e.g. two threads both trying to download the same rust tarball).
Once the mrustc, official and chained builds become identical, it makes no more sense to do official and chained builds for any remaining versions, as all inputs to the builds are then identical.
Owner
|
Hmm... not 100% sure on these changes, while the If the support is there, then I feel obliged to ensure that it works (and that's extra work every time there's an upgrade or significant change) |
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.