Uh oh!
There was an error while loading. Please reload this page.
kmc-solid: Fix SOLID target - #90392
Conversation
rust-highfive
commented
Oct 29, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Oct 29, 2021
@bors r+ rollup |
bors
commented
Oct 29, 2021
📌 Commit 6997d66 has been approved by |
…Simulacrum kmc-solid: Fix SOLID target This PR is a follow-up for rust-lang#86191 and necessary to make the [`*-kmc-solid_*`](https://doc.rust-lang.org/nightly/rustc/platform-support/kmc-solid.html) Tier 3 targets actually usable. - Bumps `libc` to 0.2.105, which includes <rust-lang/libc#2227>. - Applies the change made by rust-lang#89324 to this target's target-specific code.
matthiaskrgr
commented
Oct 30, 2021
@bors r- Looks like the libc crate update causes some problems. |
…rallelism}` Catching up with commit b4615b5
6997d66 to
26a6cc4Comparekawadakk
commented
Nov 1, 2021
libc has been bumped to 0.2.106, which should fix the build failure on x86_64-apple (rust-lang/libc#2484). |
Mark-Simulacrum
commented
Nov 1, 2021
@bors r+ rollup=iffy |
bors
commented
Nov 1, 2021
📌 Commit 26a6cc4 has been approved by |
bors
commented
Nov 1, 2021
⌛ Testing commit 26a6cc4 with merge a76572f5b3c072b5aa45b602e4954cf7162e2e1d... |
rust-log-analyzer
commented
Nov 1, 2021
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Nov 1, 2021
💔 Test failed - checks-actions |
kawadakk
commented
Nov 4, 2021
The upstream issue has been fixed by #90495. |
Mark-Simulacrum
commented
Nov 4, 2021
@bors r+ rollup=iffy |
bors
commented
Nov 4, 2021
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Nov 4, 2021
📌 Commit 26a6cc4 has been approved by |
bors
commented
Nov 4, 2021
bors
commented
Nov 4, 2021
☀️ Test successful - checks-actions |
rust-timer
commented
Nov 4, 2021
Finished benchmarking commit (0b4ac62): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
This PR is a follow-up for #86191 and necessary to make the
*-kmc-solid_*Tier 3 targets actually usable.libcto 0.2.106, which includes Add SOLID target support libc#2227.std::thread::available_conccurrencytostd::thread::available_parallelism#89324 to this target's target-specific code.