Skip to content

Commit be1d1aa

Browse files
committed
Auto merge of #41639 - ishitatsuyuki:unify-tools, r=alexcrichton
Unify tools building Close #41601 Time saving for up to 10 minutes. Cargo is now only compiled once. Downsides: - Out of tree Cargo.lock maintenance - Cargo.toml `[replace]` version maintenance
2 parents 7b5c3d2 + db69d89 commit be1d1aa

File tree

8 files changed

+1168
-209
lines changed

8 files changed

+1168
-209
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
url = https://github.com/rust-lang-nursery/nomicon.git
2424
[submodule "src/tools/cargo"]
2525
path = src/tools/cargo
26-
url = https://github.com/rust-lang/cargo
26+
url = https://github.com/rust-lang/cargo.git
2727
[submodule "reference"]
2828
path = src/doc/reference
2929
url = https://github.com/rust-lang-nursery/reference.git
@@ -32,4 +32,4 @@
3232
url = https://github.com/rust-lang/book.git
3333
[submodule "src/tools/rls"]
3434
path = src/tools/rls
35-
url = https://github.com/rust-lang-nursery/rls
35+
url = https://github.com/rust-lang-nursery/rls.git

0 commit comments

Comments
 (0)