-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notably pull in an update to the `jobserver` crate to have Cargo set the `CARGO_MAKEFLAGS` environment variable instead of the `MAKEFLAGS` environment variable.
- Loading branch information
1 parent
4b6f4f3
commit 8734aaa
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule cargo
updated
8 files
+3 −5 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+2 −2 | src/cargo/ops/cargo_rustc/compilation.rs | |
+3 −5 | tests/bench.rs | |
+42 −0 | tests/build.rs | |
+1 −0 | tests/cargotest/lib.rs | |
+1 −1 | tests/jobserver.rs | |
+2 −2 | tests/test.rs |