Uh oh!
There was an error while loading. Please reload this page.
[beta] Update the cargo submodule - #43208
Conversation
rust-highfive
commented
Jul 13, 2017
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Jul 13, 2017
@bors r+ p=50 |
bors
commented
Jul 13, 2017
📌 Commit 451fa08 has been approved by |
Mark-Simulacrum
commented
Jul 13, 2017
Mark-Simulacrum
commented
Jul 13, 2017
Included the patch in #43114, once that lands this can as well. |
alexcrichton
commented
Jul 13, 2017
bors
commented
Jul 13, 2017
📌 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.
alexcrichton
commented
Jul 13, 2017
@bors: r=Mark-Simulacrum |
bors
commented
Jul 13, 2017
📌 Commit 8734aaa has been approved by |
bors
commented
Jul 13, 2017
⌛ Testing commit 8734aaa with merge d7d343aee37d9123629dd64a732f9eaffda75b43... |
alexcrichton
commented
Jul 13, 2017
bors
commented
Jul 13, 2017
⌛ Testing commit 8734aaa with merge aeebab70759c83b5abc58cf04ea1437232cdea0c... |
alexcrichton
commented
Jul 13, 2017
@bors: retry |
bors
commented
Jul 13, 2017
⌛ Testing commit 8734aaa with merge 62015ef4dcc0ac52021aa06a90686df6af10cedd... |
alexcrichton
commented
Jul 13, 2017
@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
alexcrichton
commented
Jul 13, 2017
@bors: r=Mark-Simulacrum |
bors
commented
Jul 13, 2017
📌 Commit a3a9164 has been approved by |
bors
commented
Jul 13, 2017
⌛ Testing commit a3a9164 with merge 5f00fdf347c6ed4b62e2eabcc360c299ae6e5c91... |
alexcrichton
commented
Jul 13, 2017
@bors: retry |
alexcrichton
commented
Jul 13, 2017
I've now folded this all into #43114 (comment) |
Notably pull in an update to the
jobservercrate to have Cargo set theCARGO_MAKEFLAGSenvironment variable instead of theMAKEFLAGSenvironmentvariable.