ci: Optimize loongarch64-linux dist builders#152060
Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom Feb 4, 2026
Merged
ci: Optimize loongarch64-linux dist builders#152060rust-bors[bot] merged 1 commit intorust-lang:mainfrom
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Conversation
Collaborator
Contributor
|
Shouldn't debug assertions already be disabled on dist builders by default? |
Member
|
Yeah, the assertions change shouldn't be needed, I think. Rest seems fine. @bors try jobs=loongarch64 |
This comment has been minimized.
This comment has been minimized.
rust-bors bot
pushed a commit
that referenced
this pull request
Feb 3, 2026
ci: Optimize loongarch64-linux dist builders try-job: *loongarch64*
Contributor
Member
|
@rustbot author |
Collaborator
|
Reminder, once the PR becomes ready for a review, use |
5274012 to
ac160bb
Compare
Tune the build configuration for loongarch64-linux targets to speed up rustc. Changes include: - Enable jemalloc and rust thin-lto. - Set codegen-units=1 and disable debug assertions. These changes reduce rustc-perf compile time by ~17%.
Contributor
Author
|
@rustbot ready |
Member
|
@bors r+ |
Contributor
rust-bors bot
pushed a commit
that referenced
this pull request
Feb 4, 2026
…uwer Rollup of 5 pull requests Successful merges: - #151893 (Move the query list into a new `rustc_middle::queries` module) - #152060 (ci: Optimize loongarch64-linux dist builders) - #151993 (Add uv to the list of possible python runners) - #152047 (Convert to inline diagnostics in `rustc_interface`) - #152053 (Avoid semicolon suggestion when tail expr is error) Failed merges: - #152023 (Some `rustc_query_system` cleanups)
rust-timer
added a commit
that referenced
this pull request
Feb 4, 2026
Rollup merge of #152060 - heiher:opt-loong64-linux, r=Kobzol ci: Optimize loongarch64-linux dist builders Tune the build configuration for loongarch64-linux targets to speed up rustc. Changes include: - Enable jemalloc and rust thin-lto. - Set codegen-units=1. These changes reduce rustc-perf compile time by ~17%.
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.
Tune the build configuration for loongarch64-linux targets to speed up rustc.
Changes include:
These changes reduce rustc-perf compile time by ~17%.