-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Simplify default value of download-ci-llvm
#146771
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
Conversation
This PR modifies If appropriate, please update |
Thanks a lot :) |
This comment has been minimized.
This comment has been minimized.
b6e9186
to
e3d682a
Compare
This comment has been minimized.
This comment has been minimized.
e3d682a
to
4b75514
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.
@bors r+ rollup=never |
…ouxu Simplify default value of `download-ci-llvm` Just set it to true, rather than having different default values on CI and locally, and then only deny `true` on our own CI, not elsewhere. Closes: #146768 r? `@jieyouxu`
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry curl: (28) Operation too slow. Less than 10 bytes/sec transferred the last 30 seconds |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing e4b5219 (parent) -> b00998a (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard b00998aaa50a78b1e45fb107a6c0cfd3f1dc44dd --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (b00998a): 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: 472.018s -> 471.747s (-0.06%) |
…e, r=jieyouxu Simplify default value of `download-ci-llvm` Just set it to true, rather than having different default values on CI and locally, and then only deny `true` on our own CI, not elsewhere. Closes: rust-lang#146768 r? `@jieyouxu`
Just set it to true, rather than having different default values on CI and locally, and then only deny
true
on our own CI, not elsewhere.Closes: #146768
r? @jieyouxu