-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
kmc-solid: Fix SOLID target #90392
kmc-solid: Fix SOLID target #90392
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 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.
@bors r- Looks like the libc crate update causes some problems. |
…rallelism}` Catching up with commit b4615b5
6997d66
to
26a6cc4
Compare
libc has been bumped to 0.2.106, which should fix the build failure on x86_64-apple (rust-lang/libc#2484). |
@bors r+ rollup=iffy |
📌 Commit 26a6cc4 has been approved by |
⌛ Testing commit 26a6cc4 with merge a76572f5b3c072b5aa45b602e4954cf7162e2e1d... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
The upstream issue has been fixed by #90495. |
@bors r+ rollup=iffy |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 26a6cc4 has been approved by |
☀️ Test successful - checks-actions |
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.libc
to 0.2.106, which includes Add SOLID target support libc#2227.std::thread::available_conccurrency
tostd::thread::available_parallelism
#89324 to this target's target-specific code.