mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 23:42:56 +00:00
Rollup merge of #44144 - alexcrichton:faster-hash-and-sign, r=Mark-Simulacrum
rustbuild: Fix dependencies of build-manifest No need to depend on librustc! All we need is libstd Closes #44140
This commit is contained in:
commit
a88757e0cd
@ -198,7 +198,7 @@ tool!(
|
|||||||
Linkchecker, "src/tools/linkchecker", "linkchecker", Mode::Libstd;
|
Linkchecker, "src/tools/linkchecker", "linkchecker", Mode::Libstd;
|
||||||
CargoTest, "src/tools/cargotest", "cargotest", Mode::Libstd;
|
CargoTest, "src/tools/cargotest", "cargotest", Mode::Libstd;
|
||||||
Compiletest, "src/tools/compiletest", "compiletest", Mode::Libtest;
|
Compiletest, "src/tools/compiletest", "compiletest", Mode::Libtest;
|
||||||
BuildManifest, "src/tools/build-manifest", "build-manifest", Mode::Librustc;
|
BuildManifest, "src/tools/build-manifest", "build-manifest", Mode::Libstd;
|
||||||
RemoteTestClient, "src/tools/remote-test-client", "remote-test-client", Mode::Libstd;
|
RemoteTestClient, "src/tools/remote-test-client", "remote-test-client", Mode::Libstd;
|
||||||
RustInstaller, "src/tools/rust-installer", "rust-installer", Mode::Libstd;
|
RustInstaller, "src/tools/rust-installer", "rust-installer", Mode::Libstd;
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user