-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustbuild: Fail the build if we build Cargo twice
This commit updates the `ToolBuild` step to stream Cargo's JSON messages, parse them, and record all libraries built. If we build anything twice (aka Cargo) it'll most likely happen due to dependencies being recompiled which is caught by this check.
- Loading branch information
1 parent
8aa27ee
commit 18e7686
Showing
7 changed files
with
158 additions
and
50 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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cargo
updated
9 files
+4 −4 | src/cargo/core/resolver/mod.rs | |
+1 −1 | src/cargo/ops/resolve.rs | |
+1 −10 | tests/testsuite/build.rs | |
+6 −1 | tests/testsuite/cargotest/support/mod.rs | |
+2 −16 | tests/testsuite/clean.rs | |
+9 −2 | tests/testsuite/resolve.rs | |
+3 −10 | tests/testsuite/run.rs | |
+5 −34 | tests/testsuite/rustc.rs | |
+3 −23 | tests/testsuite/test.rs |
Submodule rls
updated
from fc4db0 to 567fb6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters