-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Rollup of 2 pull requests #150476
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
Rollup of 2 pull requests #150476
Conversation
The unwinding feature is called `panic-unwind` and not `panic_unwind`. Adjust the feature gate to look for these values. Additionally, the `abort_internal()` call is no longer used. Signed-off-by: Sean Cross <[email protected]>
This function was incorrectly called run_main_thread_not_inlined when invoked. Signed-off-by: Sean Cross <[email protected]>
…-Simulacrum std: Motor OS: switch to moto-rt v0.16.0
…pratt xous: fix build due to function and feature name changes This tracks a rename of `panic_unwind` to `panic-unwind`, as well as the removal of `abort_internal` as a function. This also fixes an incorrect function name from when `rust_main_thread_not_inlined` was added.
|
@bors r+ rollup=never p=2 |
|
☀️ Test successful - checks-actions |
|
📌 Perf builds for each rolled up PR:
previous master: 112a274275 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
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 112a274 (parent) -> a1bb910 (this PR) Test differencesNo test diffs found Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard a1bb9103b0b8da0f0eefd3d6b76b01391fe9e86d --output-dir test-dashboardAnd 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 (a1bb910): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary -2.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
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: 485.523s -> 482.459s (-0.63%) |
Successful merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup