-
Notifications
You must be signed in to change notification settings - Fork 13k
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
[beta] Update the cargo
submodule
#43208
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=50 |
📌 Commit 451fa08 has been approved by |
Included the patch in #43114, once that lands this can as well. |
📌 Commit 451fa08 has been approved by |
Notably pull in an update to the `jobserver` crate to have Cargo set the `CARGO_MAKEFLAGS` environment variable instead of the `MAKEFLAGS` environment variable.
451fa08
to
8734aaa
Compare
@bors: r=Mark-Simulacrum |
📌 Commit 8734aaa has been approved by |
⌛ Testing commit 8734aaa with merge d7d343aee37d9123629dd64a732f9eaffda75b43... |
⌛ Testing commit 8734aaa with merge aeebab70759c83b5abc58cf04ea1437232cdea0c... |
@bors: retry |
⌛ Testing commit 8734aaa with merge 62015ef4dcc0ac52021aa06a90686df6af10cedd... |
@bors: retry |
Its git dependencies don't work when building with vendored crates, so for now it will just be removed from the workspace and disabled in the rustbuild rules. cc rust-lang#42719
@bors: r=Mark-Simulacrum |
📌 Commit a3a9164 has been approved by |
⌛ Testing commit a3a9164 with merge 5f00fdf347c6ed4b62e2eabcc360c299ae6e5c91... |
@bors: retry |
I've now folded this all into #43114 (comment) |
Notably pull in an update to the
jobserver
crate to have Cargo set theCARGO_MAKEFLAGS
environment variable instead of theMAKEFLAGS
environmentvariable.