-
Notifications
You must be signed in to change notification settings - Fork 13.5k
solaris support on bootstrap lock #119413
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
44a7ec1
to
48309f4
Compare
r? bootstrap (seems like Mark have too many PRs to review) |
@bors r+ I only have 14 PRs in my queue: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+assignee%3AMark-Simulacrum+label%3AS-waiting-on-review+sort%3Acreated-asc -- there are a bunch not waiting for review, but I don't look at those. |
Sorry, I quickly checked all the assigned without the status of PRs. |
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#119158 (Clean up alloc::sync::Weak Clone implementation) - rust-lang#119386 (fix typo in `IpAddr::to_canonical`) - rust-lang#119413 (solaris support on bootstrap lock) - rust-lang#119424 (Primitive docs: fix confusing `Send` in `&T`'s list) - rust-lang#119425 (Fix invalid check-cfg Cargo feature diagnostic help) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#119413 - onur-ozkan:bump-fd-lock, r=Mark-Simulacrum solaris support on bootstrap lock With yoshuawuyts/fd-lock#48, `fd-lock` now supports Solaris. Therefore we no longer need to conditionally handle the bootstrap locks.
With yoshuawuyts/fd-lock#48,
fd-lock
now supports Solaris. Therefore we no longer need to conditionally handle the bootstrap locks.