-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 print-target-list
to rmake
and print-calling-convention
to ui-test
#127877
Conversation
This PR modifies cc @jieyouxu |
31c57e7
to
328c34f
Compare
Could you add checks that the output has a trailing newline? Just since we have missed them before (https://github.com/rust-lang/rust/pull/127512/files) |
This comment has been minimized.
This comment has been minimized.
bc5d27e
to
65cab6f
Compare
This comment has been minimized.
This comment has been minimized.
65cab6f
to
a4259f6
Compare
print-calling-convention
and print-target-list
to rmake
print-target-list
to rmake
and print-calling-convention
to ui-test
@rustbot review |
This comment has been minimized.
This comment has been minimized.
@rustbot author |
☔ The latest upstream changes (presumably #128169) made this pull request unmergeable. Please resolve the merge conflicts. |
[EXPERIMENTAL] try to see how to make `print-target-list` pass Experiments for rust-lang#127877. r? `@ghost` try-job: x86_64-gnu-llvm-18
[EXPERIMENTAL] try to see how to make `print-target-list` pass Experiments for rust-lang#127877. r? `@ghost` try-job: x86_64-gnu-llvm-18
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.
I finally found out why we were struggling...
c38861b
to
36cf385
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.
Cool, I'll run a couple of try job to double-check.
@bors try |
Migrate `print-target-list` to `rmake` and `print-calling-convention` to ui-test Part of rust-lang#121876. r? `@jieyouxu` try-job: x86_64-gnu-llvm-18 try-job: test-various try-job: armhf-gnu try-job: aarch64-apple try-job: i686-mingw try-job: x86_64-msvc
☀️ Try build successful - checks-actions |
@bors r+ rollup=iffy |
☀️ Test successful - checks-actions |
Finished benchmarking commit (58fb508): 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%)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.
CyclesResults (primary 1.3%)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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 758.686s -> 757.27s (-0.19%) |
Part of #121876.
r? @jieyouxu
try-job: x86_64-gnu-llvm-18
try-job: test-various
try-job: armhf-gnu
try-job: aarch64-apple
try-job: i686-mingw
try-job: x86_64-msvc