-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Migrate run-make/comment-section
to rmake.rs
#126534
Conversation
The run-make-support library was changed cc @jieyouxu This PR modifies cc @jieyouxu |
9d6863e
to
a3ce891
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. I've left some review comments.
@rustbot author |
a3ce891
to
12d8ccf
Compare
Running a subset of full CI jobs just to be sure. |
@rustbot review |
…try> Migrate `run-make/comment-section` to `rmake.rs` Part of rust-lang#121876. r? `@jieyouxu` try-job: dist-aarch64-linux try-job: dist-armhf-linux try-job: x86_64-gnu-llvm-18 try-job: test-various try-job: dist-various-1
@bors rollup=iffy (checks object file contents, possibly fragile) |
☀️ Try build successful - checks-actions |
Looks good, thanks! |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
I'll take a closer look tmrw |
@rustbot review |
@Rejyr can you leave a |
e601c8d
to
d6ff779
Compare
d6ff779
to
f44494c
Compare
@bors try |
…try> Migrate `run-make/comment-section` to `rmake.rs` Part of rust-lang#121876. r? `@jieyouxu` try-job: x86_64-msvc try-job: aarch64-gnu try-job: aarch64-apple
☀️ Try build successful - checks-actions |
@bors r+ |
…=jieyouxu Migrate `run-make/comment-section` to `rmake.rs` Part of rust-lang#121876. r? `@jieyouxu` try-job: x86_64-msvc try-job: aarch64-gnu try-job: aarch64-apple
…=jieyouxu Migrate `run-make/comment-section` to `rmake.rs` Part of rust-lang#121876. r? ``@jieyouxu`` try-job: x86_64-msvc try-job: aarch64-gnu try-job: aarch64-apple
Rollup of 9 pull requests Successful merges: - rust-lang#126095 (Migrate `link-args-order`, `ls-metadata` and `lto-readonly-lib` `run-make` tests to `rmake`) - rust-lang#126534 (Migrate `run-make/comment-section` to `rmake.rs`) - rust-lang#126620 (Actually taint InferCtxt when a fulfillment error is emitted) - rust-lang#126629 (Migrate `run-make/compressed-debuginfo` to `rmake.rs`) - rust-lang#126644 (Rewrite `extern-flag-rename-transitive`. `debugger-visualizer-dep-info`, `metadata-flag-frobs-symbols`, `extern-overrides-distribution` and `forced-unwind-terminate-pof` `run-make` tests to rmake) - rust-lang#126650 (Rename a bunch of things in the new solver and `rustc_type_ir`) - rust-lang#126698 (Migrate `unknown-mod-stdin`, `issue-68794-textrel-on-minimal-lib`, `raw-dylib-cross-compilation` and `used-cdylib-macos` `run-make` tests to rmake) - rust-lang#126703 (reword the hint::blackbox non-guarantees) - rust-lang#126708 (Minimize `can_begin_literal_maybe_minus` usage) r? `@ghost` `@rustbot` modify labels: rollup
☀️ Test successful - checks-actions |
Finished benchmarking commit (54fcd5b): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -2.3%, secondary -3.8%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 691.149s -> 690.827s (-0.05%) |
Part of #121876.
r? @jieyouxu
try-job: x86_64-msvc
try-job: aarch64-gnu
try-job: aarch64-apple