Uh oh!
There was an error while loading. Please reload this page.
ci: use apt install --download-only for solaris debs - #108951
Conversation
rustbot
commented
Mar 9, 2023
(rustbot has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Mar 10, 2023
@bors r+ rollup=never p=150 |
bors
commented
Mar 10, 2023
bors
commented
Mar 10, 2023
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
bors
commented
Mar 10, 2023
matthiaskrgr
commented
Mar 10, 2023
@bors treeclosed- |
bors
commented
Mar 10, 2023
☀️ Test successful - checks-actions |
rust-timer
commented
Mar 10, 2023
Finished benchmarking commit (f37f854): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis 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. |
…Simulacrum [stable] 1.68.1 release This packages up a set of release notes, version bump, and backports of: * Don't eagerly convert principal to string rust-lang#108162 * Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds" rust-lang#109094 * Create dirs for build_triple rust-lang#109111 * Fix linker detection for clang with prefix rust-lang#109156 * ci: use apt install --download-only for solaris debs rust-lang#108951 The last of those is not yet stable-accepted but I expect it to be, we will drop it and rebuild artifacts if we don't actually approve it. r? `@Mark-Simulacrum`
Adapted from rust-lang/rust#108951 and rust-lang/rust#81229.
Fixes#1424. Adapted from rust-lang/rust#108951 and rust-lang/rust#81229 (with some minor changes to satisfy ShellCheck and account for broken symlinks). This PR also renames `x86_64-sun-solaris` to `x86_64-pc-solaris`, as the former was [deprecated](rust-lang/rust#82216) in Rust 1.52.0 and [removed](rust-lang/rust#118091) in Rust 1.76.0, making this a breaking change.
No description provided.