-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
skip compile::Std
and compile::Rustc
on forced_compiler
#138224
Conversation
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Any pipeline using CI-rustc will fail unless this is landed. @bors p=1 |
I'll take a look in a few hours unless someone beats me to it. |
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.
Makes sense. Thanks!
r? jieyouxu @bors r+ |
Fix for CI-rustc so |
☀️ Test successful - checks-actions |
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot)
|
Finished benchmarking commit (07292cc): 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)This benchmark run did not return any relevant results for this metric. 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: 766.2s -> 765.562s (-0.08%) |
Fixes #138220
Set
download-rustc = true/false
and runx test tests/ui/meta/no_std-extern-libc.rs --force-rerun
to debug it.