mirror of https://github.com/rust-lang/rust.git
Update to the oxidized rust-installer
This commit is contained in:
parent
386b0b9d39
commit
020c5ecca7
|
@ -13,7 +13,7 @@
|
||||||
path = src/jemalloc
|
path = src/jemalloc
|
||||||
url = https://github.com/rust-lang/jemalloc.git
|
url = https://github.com/rust-lang/jemalloc.git
|
||||||
[submodule "src/rust-installer"]
|
[submodule "src/rust-installer"]
|
||||||
path = src/rust-installer
|
path = src/tools/rust-installer
|
||||||
url = https://github.com/rust-lang/rust-installer.git
|
url = https://github.com/rust-lang/rust-installer.git
|
||||||
[submodule "src/liblibc"]
|
[submodule "src/liblibc"]
|
||||||
path = src/liblibc
|
path = src/liblibc
|
||||||
|
|
|
@ -58,6 +58,29 @@ dependencies = [
|
||||||
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "backtrace"
|
||||||
|
version = "0.3.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"backtrace-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "backtrace-sys"
|
||||||
|
version = "0.1.10"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bitflags"
|
name = "bitflags"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
|
@ -102,6 +125,11 @@ dependencies = [
|
||||||
name = "cargotest2"
|
name = "cargotest2"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "cfg-if"
|
||||||
|
version = "0.1.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "2.22.1"
|
version = "2.22.1"
|
||||||
|
@ -115,6 +143,7 @@ dependencies = [
|
||||||
"unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -158,6 +187,15 @@ dependencies = [
|
||||||
name = "core"
|
name = "core"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "dbghelp-sys"
|
||||||
|
version = "0.2.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "diff"
|
name = "diff"
|
||||||
version = "0.1.10"
|
version = "0.1.10"
|
||||||
|
@ -177,6 +215,14 @@ dependencies = [
|
||||||
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "error-chain"
|
||||||
|
version = "0.10.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "error_index_generator"
|
name = "error_index_generator"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
@ -197,6 +243,15 @@ dependencies = [
|
||||||
"gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "flate2"
|
||||||
|
version = "0.2.19"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fmt_macros"
|
name = "fmt_macros"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
@ -224,7 +279,7 @@ name = "handlebars"
|
||||||
version = "0.25.2"
|
version = "0.25.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -233,6 +288,21 @@ dependencies = [
|
||||||
"serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "installer"
|
||||||
|
version = "0.0.0"
|
||||||
|
dependencies = [
|
||||||
|
"clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"tar 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itoa"
|
name = "itoa"
|
||||||
version = "0.3.1"
|
version = "0.3.1"
|
||||||
|
@ -249,7 +319,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lazy_static"
|
name = "lazy_static"
|
||||||
version = "0.2.5"
|
version = "0.2.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -273,6 +343,16 @@ name = "log"
|
||||||
version = "0.3.7"
|
version = "0.3.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "lzma-sys"
|
||||||
|
version = "0.1.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mdbook"
|
name = "mdbook"
|
||||||
version = "0.0.21"
|
version = "0.0.21"
|
||||||
|
@ -298,6 +378,15 @@ dependencies = [
|
||||||
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "miniz-sys"
|
||||||
|
version = "0.1.9"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "num-traits"
|
name = "num-traits"
|
||||||
version = "0.1.37"
|
version = "0.1.37"
|
||||||
|
@ -453,6 +542,11 @@ dependencies = [
|
||||||
"syntax_pos 0.0.0",
|
"syntax_pos 0.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rustc-demangle"
|
||||||
|
version = "0.1.4"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc-main"
|
name = "rustc-main"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
@ -800,6 +894,15 @@ dependencies = [
|
||||||
"syntax_pos 0.0.0",
|
"syntax_pos 0.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "same-file"
|
||||||
|
version = "0.1.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde"
|
name = "serde"
|
||||||
version = "0.9.11"
|
version = "0.9.11"
|
||||||
|
@ -887,6 +990,16 @@ dependencies = [
|
||||||
"serialize 0.0.0",
|
"serialize 0.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "tar"
|
||||||
|
version = "0.4.12"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "term"
|
name = "term"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
@ -980,6 +1093,16 @@ name = "void"
|
||||||
version = "1.0.2"
|
version = "1.0.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "walkdir"
|
||||||
|
version = "1.0.7"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "winapi"
|
name = "winapi"
|
||||||
version = "0.2.8"
|
version = "0.2.8"
|
||||||
|
@ -990,28 +1113,57 @@ name = "winapi-build"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "xattr"
|
||||||
|
version = "0.1.11"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "xz2"
|
||||||
|
version = "0.1.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"lzma-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "yaml-rust"
|
||||||
|
version = "0.3.5"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
|
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
|
||||||
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
|
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
|
||||||
"checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
|
"checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
|
||||||
|
"checksum backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f551bc2ddd53aea015d453ef0b635af89444afa5ed2405dd0b2062ad5d600d80"
|
||||||
|
"checksum backtrace-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d192fd129132fbc97497c1f2ec2c2c5174e376b95f535199ef4fe0a293d33842"
|
||||||
"checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
|
"checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
|
||||||
"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
|
"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
|
||||||
|
"checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c"
|
||||||
"checksum clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e17a4a72ffea176f77d6e2db609c6c919ef221f23862c9915e687fb54d833485"
|
"checksum clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e17a4a72ffea176f77d6e2db609c6c919ef221f23862c9915e687fb54d833485"
|
||||||
"checksum cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "92278eb79412c8f75cfc89e707a1bb3a6490b68f7f2e78d15c774f30fe701122"
|
"checksum cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "92278eb79412c8f75cfc89e707a1bb3a6490b68f7f2e78d15c774f30fe701122"
|
||||||
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
|
||||||
"checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472"
|
"checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472"
|
||||||
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
|
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
|
||||||
"checksum env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e3856f1697098606fc6cb97a93de88ca3f3bc35bb878c725920e6e82ecf05e83"
|
"checksum env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e3856f1697098606fc6cb97a93de88ca3f3bc35bb878c725920e6e82ecf05e83"
|
||||||
|
"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
||||||
"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
|
"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
|
||||||
|
"checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c"
|
||||||
"checksum gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)" = "181e3cebba1d663bd92eb90e2da787e10597e027eb00de8d742b260a7850948f"
|
"checksum gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)" = "181e3cebba1d663bd92eb90e2da787e10597e027eb00de8d742b260a7850948f"
|
||||||
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
|
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
|
||||||
"checksum handlebars 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)" = "663e1728d8037fb0d4e13bcd1b1909fb5d913690a9929eb385922df157c2ff8f"
|
"checksum handlebars 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)" = "663e1728d8037fb0d4e13bcd1b1909fb5d913690a9929eb385922df157c2ff8f"
|
||||||
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
|
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
|
||||||
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
||||||
"checksum lazy_static 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4732c563b9a21a406565c4747daa7b46742f082911ae4753f390dc9ec7ee1a97"
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
|
||||||
"checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
|
"checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
|
||||||
"checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad"
|
"checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad"
|
||||||
|
"checksum lzma-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c5eaaa53b35fa17482ee2c001b04242827b47ae0faba72663fee3dee32366248"
|
||||||
"checksum mdbook 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "f1e2e9d848514dcfad4195788d0d42ae5153a477c191d75d5b84fab10f222fbd"
|
"checksum mdbook 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "f1e2e9d848514dcfad4195788d0d42ae5153a477c191d75d5b84fab10f222fbd"
|
||||||
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
|
||||||
|
"checksum miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726"
|
||||||
"checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99"
|
"checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99"
|
||||||
"checksum num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca313f1862c7ec3e0dfe8ace9fa91b1d9cb5c84ace3d00f5ec4216238e93c167"
|
"checksum num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca313f1862c7ec3e0dfe8ace9fa91b1d9cb5c84ace3d00f5ec4216238e93c167"
|
||||||
"checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
|
"checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
|
||||||
|
@ -1023,10 +1175,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
"checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457"
|
"checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457"
|
||||||
"checksum rls-data 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fc4277ce3c57f456b11fe3145b181a844a25201bab5cbaa1978457e6e2f27d47"
|
"checksum rls-data 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fc4277ce3c57f456b11fe3145b181a844a25201bab5cbaa1978457e6e2f27d47"
|
||||||
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
|
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
|
||||||
|
"checksum rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3058a43ada2c2d0b92b3ae38007a2d0fa5e9db971be260e0171408a4ff471c95"
|
||||||
"checksum rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "684ce48436d6465300c9ea783b6b14c4361d6b8dcbb1375b486a69cc19e2dfb0"
|
"checksum rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "684ce48436d6465300c9ea783b6b14c4361d6b8dcbb1375b486a69cc19e2dfb0"
|
||||||
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
||||||
"checksum serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a702319c807c016e51f672e5c77d6f0b46afddd744b5e437d6b8436b888b458f"
|
"checksum serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a702319c807c016e51f672e5c77d6f0b46afddd744b5e437d6b8436b888b458f"
|
||||||
"checksum serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "dbc45439552eb8fb86907a2c41c1fd0ef97458efb87ff7f878db466eb581824e"
|
"checksum serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "dbc45439552eb8fb86907a2c41c1fd0ef97458efb87ff7f878db466eb581824e"
|
||||||
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
|
||||||
|
"checksum tar 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ab0ef9ead2fe0aa9e18475a96a207bfd5143f4124779ef7429503a8665416ce8"
|
||||||
"checksum term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "07b6c1ac5b3fffd75073276bca1ceed01f67a28537097a2a9539e116e50fb21a"
|
"checksum term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "07b6c1ac5b3fffd75073276bca1ceed01f67a28537097a2a9539e116e50fb21a"
|
||||||
"checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a"
|
"checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a"
|
||||||
"checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
|
"checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
|
||||||
|
@ -1038,5 +1193,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
||||||
"checksum vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8cdc8b93bd0198ed872357fb2e667f7125646b1762f16d60b2c96350d361897"
|
"checksum vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8cdc8b93bd0198ed872357fb2e667f7125646b1762f16d60b2c96350d361897"
|
||||||
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
||||||
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
||||||
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
||||||
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
||||||
|
"checksum xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5f04de8a1346489a2f9e9bd8526b73d135ec554227b17568456e86aa35b6f3fc"
|
||||||
|
"checksum xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e9510bdf100731599107c61f77daf46713a69a568f75458999c1f9dbf6ba25b0"
|
||||||
|
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
|
||||||
|
|
|
@ -13,6 +13,7 @@ members = [
|
||||||
"tools/build-manifest",
|
"tools/build-manifest",
|
||||||
"tools/remote-test-client",
|
"tools/remote-test-client",
|
||||||
"tools/remote-test-server",
|
"tools/remote-test-server",
|
||||||
|
"tools/rust-installer",
|
||||||
]
|
]
|
||||||
|
|
||||||
# These projects have their own Cargo.lock
|
# These projects have their own Cargo.lock
|
||||||
|
|
|
@ -26,12 +26,6 @@ use std::process::{Command, Stdio};
|
||||||
|
|
||||||
use build_helper::output;
|
use build_helper::output;
|
||||||
|
|
||||||
#[cfg(not(target_os = "solaris"))]
|
|
||||||
const SH_CMD: &'static str = "sh";
|
|
||||||
// On Solaris, sh is the historical bourne shell, not a POSIX shell, or bash.
|
|
||||||
#[cfg(target_os = "solaris")]
|
|
||||||
const SH_CMD: &'static str = "bash";
|
|
||||||
|
|
||||||
use {Build, Compiler, Mode};
|
use {Build, Compiler, Mode};
|
||||||
use channel;
|
use channel;
|
||||||
use util::{cp_r, libdir, is_dylib, cp_filtered, copy, exe};
|
use util::{cp_r, libdir, is_dylib, cp_filtered, copy, exe};
|
||||||
|
@ -55,6 +49,10 @@ pub fn tmpdir(build: &Build) -> PathBuf {
|
||||||
build.out.join("tmp/dist")
|
build.out.join("tmp/dist")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn rust_installer(build: &Build) -> Command {
|
||||||
|
build.tool_cmd(&Compiler::new(0, &build.config.build), "rust-installer")
|
||||||
|
}
|
||||||
|
|
||||||
/// Builds the `rust-docs` installer component.
|
/// Builds the `rust-docs` installer component.
|
||||||
///
|
///
|
||||||
/// Slurps up documentation from the `stage`'s `host`.
|
/// Slurps up documentation from the `stage`'s `host`.
|
||||||
|
@ -74,8 +72,8 @@ pub fn docs(build: &Build, stage: u32, host: &str) {
|
||||||
let src = build.out.join(host).join("doc");
|
let src = build.out.join(host).join("doc");
|
||||||
cp_r(&src, &dst);
|
cp_r(&src, &dst);
|
||||||
|
|
||||||
let mut cmd = Command::new(SH_CMD);
|
let mut cmd = rust_installer(build);
|
||||||
cmd.arg(sanitize_sh(&build.src.join("src/rust-installer/gen-installer.sh")))
|
cmd.arg("generate")
|
||||||
.arg("--product-name=Rust-Documentation")
|
.arg("--product-name=Rust-Documentation")
|
||||||
.arg("--rel-manifest-dir=rustlib")
|
.arg("--rel-manifest-dir=rustlib")
|
||||||
.arg("--success-message=Rust-documentation-is-installed.")
|
.arg("--success-message=Rust-documentation-is-installed.")
|
||||||
|
@ -124,8 +122,8 @@ pub fn mingw(build: &Build, host: &str) {
|
||||||
.arg(host);
|
.arg(host);
|
||||||
build.run(&mut cmd);
|
build.run(&mut cmd);
|
||||||
|
|
||||||
let mut cmd = Command::new(SH_CMD);
|
let mut cmd = rust_installer(build);
|
||||||
cmd.arg(sanitize_sh(&build.src.join("src/rust-installer/gen-installer.sh")))
|
cmd.arg("generate")
|
||||||
.arg("--product-name=Rust-MinGW")
|
.arg("--product-name=Rust-MinGW")
|
||||||
.arg("--rel-manifest-dir=rustlib")
|
.arg("--rel-manifest-dir=rustlib")
|
||||||
.arg("--success-message=Rust-MinGW-is-installed.")
|
.arg("--success-message=Rust-MinGW-is-installed.")
|
||||||
|
@ -190,8 +188,8 @@ pub fn rustc(build: &Build, stage: u32, host: &str) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Finally, wrap everything up in a nice tarball!
|
// Finally, wrap everything up in a nice tarball!
|
||||||
let mut cmd = Command::new(SH_CMD);
|
let mut cmd = rust_installer(build);
|
||||||
cmd.arg(sanitize_sh(&build.src.join("src/rust-installer/gen-installer.sh")))
|
cmd.arg("generate")
|
||||||
.arg("--product-name=Rust")
|
.arg("--product-name=Rust")
|
||||||
.arg("--rel-manifest-dir=rustlib")
|
.arg("--rel-manifest-dir=rustlib")
|
||||||
.arg("--success-message=Rust-is-ready-to-roll.")
|
.arg("--success-message=Rust-is-ready-to-roll.")
|
||||||
|
@ -300,8 +298,8 @@ pub fn std(build: &Build, compiler: &Compiler, target: &str) {
|
||||||
let src = build.sysroot(compiler).join("lib/rustlib");
|
let src = build.sysroot(compiler).join("lib/rustlib");
|
||||||
cp_r(&src.join(target), &dst);
|
cp_r(&src.join(target), &dst);
|
||||||
|
|
||||||
let mut cmd = Command::new(SH_CMD);
|
let mut cmd = rust_installer(build);
|
||||||
cmd.arg(sanitize_sh(&build.src.join("src/rust-installer/gen-installer.sh")))
|
cmd.arg("generate")
|
||||||
.arg("--product-name=Rust")
|
.arg("--product-name=Rust")
|
||||||
.arg("--rel-manifest-dir=rustlib")
|
.arg("--rel-manifest-dir=rustlib")
|
||||||
.arg("--success-message=std-is-standing-at-the-ready.")
|
.arg("--success-message=std-is-standing-at-the-ready.")
|
||||||
|
@ -356,8 +354,8 @@ pub fn analysis(build: &Build, compiler: &Compiler, target: &str) {
|
||||||
println!("image_src: {:?}, dst: {:?}", image_src, dst);
|
println!("image_src: {:?}, dst: {:?}", image_src, dst);
|
||||||
cp_r(&image_src, &dst);
|
cp_r(&image_src, &dst);
|
||||||
|
|
||||||
let mut cmd = Command::new(SH_CMD);
|
let mut cmd = rust_installer(build);
|
||||||
cmd.arg(sanitize_sh(&build.src.join("src/rust-installer/gen-installer.sh")))
|
cmd.arg("generate")
|
||||||
.arg("--product-name=Rust")
|
.arg("--product-name=Rust")
|
||||||
.arg("--rel-manifest-dir=rustlib")
|
.arg("--rel-manifest-dir=rustlib")
|
||||||
.arg("--success-message=save-analysis-saved.")
|
.arg("--success-message=save-analysis-saved.")
|
||||||
|
@ -521,8 +519,8 @@ pub fn rust_src(build: &Build) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create source tarball in rust-installer format
|
// Create source tarball in rust-installer format
|
||||||
let mut cmd = Command::new(SH_CMD);
|
let mut cmd = rust_installer(build);
|
||||||
cmd.arg(sanitize_sh(&build.src.join("src/rust-installer/gen-installer.sh")))
|
cmd.arg("generate")
|
||||||
.arg("--product-name=Rust")
|
.arg("--product-name=Rust")
|
||||||
.arg("--rel-manifest-dir=rustlib")
|
.arg("--rel-manifest-dir=rustlib")
|
||||||
.arg("--success-message=Awesome-Source.")
|
.arg("--success-message=Awesome-Source.")
|
||||||
|
@ -622,8 +620,8 @@ pub fn cargo(build: &Build, stage: u32, target: &str) {
|
||||||
t!(t!(File::create(overlay.join("version"))).write_all(version.as_bytes()));
|
t!(t!(File::create(overlay.join("version"))).write_all(version.as_bytes()));
|
||||||
|
|
||||||
// Generate the installer tarball
|
// Generate the installer tarball
|
||||||
let mut cmd = Command::new("sh");
|
let mut cmd = rust_installer(build);
|
||||||
cmd.arg(sanitize_sh(&build.src.join("src/rust-installer/gen-installer.sh")))
|
cmd.arg("generate")
|
||||||
.arg("--product-name=Rust")
|
.arg("--product-name=Rust")
|
||||||
.arg("--rel-manifest-dir=rustlib")
|
.arg("--rel-manifest-dir=rustlib")
|
||||||
.arg("--success-message=Rust-is-ready-to-roll.")
|
.arg("--success-message=Rust-is-ready-to-roll.")
|
||||||
|
@ -671,8 +669,8 @@ pub fn rls(build: &Build, stage: u32, target: &str) {
|
||||||
t!(t!(File::create(overlay.join("version"))).write_all(version.as_bytes()));
|
t!(t!(File::create(overlay.join("version"))).write_all(version.as_bytes()));
|
||||||
|
|
||||||
// Generate the installer tarball
|
// Generate the installer tarball
|
||||||
let mut cmd = Command::new("sh");
|
let mut cmd = rust_installer(build);
|
||||||
cmd.arg(sanitize_sh(&build.src.join("src/rust-installer/gen-installer.sh")))
|
cmd.arg("generate")
|
||||||
.arg("--product-name=Rust")
|
.arg("--product-name=Rust")
|
||||||
.arg("--rel-manifest-dir=rustlib")
|
.arg("--rel-manifest-dir=rustlib")
|
||||||
.arg("--success-message=RLS-ready-to-serve.")
|
.arg("--success-message=RLS-ready-to-serve.")
|
||||||
|
@ -742,8 +740,8 @@ pub fn extended(build: &Build, stage: u32, target: &str) {
|
||||||
input_tarballs.push_str(&sanitize_sh(&mingw_installer));
|
input_tarballs.push_str(&sanitize_sh(&mingw_installer));
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut cmd = Command::new(SH_CMD);
|
let mut cmd = rust_installer(build);
|
||||||
cmd.arg(sanitize_sh(&build.src.join("src/rust-installer/combine-installers.sh")))
|
cmd.arg("combine")
|
||||||
.arg("--product-name=Rust")
|
.arg("--product-name=Rust")
|
||||||
.arg("--rel-manifest-dir=rustlib")
|
.arg("--rel-manifest-dir=rustlib")
|
||||||
.arg("--success-message=Rust-is-ready-to-roll.")
|
.arg("--success-message=Rust-is-ready-to-roll.")
|
||||||
|
|
|
@ -574,6 +574,10 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
|
||||||
.dep(|s| s.name("maybe-clean-tools"))
|
.dep(|s| s.name("maybe-clean-tools"))
|
||||||
.dep(|s| s.name("libstd-tool"))
|
.dep(|s| s.name("libstd-tool"))
|
||||||
.run(move |s| compile::tool(build, s.stage, s.target, "remote-test-client"));
|
.run(move |s| compile::tool(build, s.stage, s.target, "remote-test-client"));
|
||||||
|
rules.build("tool-rust-installer", "src/tools/rust-installer")
|
||||||
|
.dep(|s| s.name("maybe-clean-tools"))
|
||||||
|
.dep(|s| s.name("libstd-tool"))
|
||||||
|
.run(move |s| compile::tool(build, s.stage, s.target, "rust-installer"));
|
||||||
rules.build("tool-cargo", "src/tools/cargo")
|
rules.build("tool-cargo", "src/tools/cargo")
|
||||||
.host(true)
|
.host(true)
|
||||||
.default(build.config.extended)
|
.default(build.config.extended)
|
||||||
|
@ -704,6 +708,7 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
|
||||||
.host(true)
|
.host(true)
|
||||||
.only_host_build(true)
|
.only_host_build(true)
|
||||||
.default(true)
|
.default(true)
|
||||||
|
.dep(|s| s.name("tool-rust-installer").stage(0))
|
||||||
.run(move |s| dist::rustc(build, s.stage, s.target));
|
.run(move |s| dist::rustc(build, s.stage, s.target));
|
||||||
rules.dist("dist-std", "src/libstd")
|
rules.dist("dist-std", "src/libstd")
|
||||||
.dep(move |s| {
|
.dep(move |s| {
|
||||||
|
@ -718,10 +723,12 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
|
||||||
})
|
})
|
||||||
.default(true)
|
.default(true)
|
||||||
.only_host_build(true)
|
.only_host_build(true)
|
||||||
|
.dep(|s| s.name("tool-rust-installer").stage(0))
|
||||||
.run(move |s| dist::std(build, &s.compiler(), s.target));
|
.run(move |s| dist::std(build, &s.compiler(), s.target));
|
||||||
rules.dist("dist-mingw", "path/to/nowhere")
|
rules.dist("dist-mingw", "path/to/nowhere")
|
||||||
.default(true)
|
.default(true)
|
||||||
.only_host_build(true)
|
.only_host_build(true)
|
||||||
|
.dep(|s| s.name("tool-rust-installer").stage(0))
|
||||||
.run(move |s| {
|
.run(move |s| {
|
||||||
if s.target.contains("pc-windows-gnu") {
|
if s.target.contains("pc-windows-gnu") {
|
||||||
dist::mingw(build, s.target)
|
dist::mingw(build, s.target)
|
||||||
|
@ -732,21 +739,25 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
|
||||||
.host(true)
|
.host(true)
|
||||||
.only_build(true)
|
.only_build(true)
|
||||||
.only_host_build(true)
|
.only_host_build(true)
|
||||||
|
.dep(|s| s.name("tool-rust-installer").stage(0))
|
||||||
.run(move |_| dist::rust_src(build));
|
.run(move |_| dist::rust_src(build));
|
||||||
rules.dist("dist-docs", "src/doc")
|
rules.dist("dist-docs", "src/doc")
|
||||||
.default(true)
|
.default(true)
|
||||||
.only_host_build(true)
|
.only_host_build(true)
|
||||||
.dep(|s| s.name("default:doc"))
|
.dep(|s| s.name("default:doc"))
|
||||||
|
.dep(|s| s.name("tool-rust-installer").stage(0))
|
||||||
.run(move |s| dist::docs(build, s.stage, s.target));
|
.run(move |s| dist::docs(build, s.stage, s.target));
|
||||||
rules.dist("dist-analysis", "analysis")
|
rules.dist("dist-analysis", "analysis")
|
||||||
.default(build.config.extended)
|
.default(build.config.extended)
|
||||||
.dep(|s| s.name("dist-std"))
|
.dep(|s| s.name("dist-std"))
|
||||||
.only_host_build(true)
|
.only_host_build(true)
|
||||||
|
.dep(|s| s.name("tool-rust-installer").stage(0))
|
||||||
.run(move |s| dist::analysis(build, &s.compiler(), s.target));
|
.run(move |s| dist::analysis(build, &s.compiler(), s.target));
|
||||||
rules.dist("dist-rls", "rls")
|
rules.dist("dist-rls", "rls")
|
||||||
.host(true)
|
.host(true)
|
||||||
.only_host_build(true)
|
.only_host_build(true)
|
||||||
.dep(|s| s.name("tool-rls"))
|
.dep(|s| s.name("tool-rls"))
|
||||||
|
.dep(|s| s.name("tool-rust-installer").stage(0))
|
||||||
.run(move |s| dist::rls(build, s.stage, s.target));
|
.run(move |s| dist::rls(build, s.stage, s.target));
|
||||||
rules.dist("install", "path/to/nowhere")
|
rules.dist("install", "path/to/nowhere")
|
||||||
.dep(|s| s.name("default:dist"))
|
.dep(|s| s.name("default:dist"))
|
||||||
|
@ -755,6 +766,7 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
|
||||||
.host(true)
|
.host(true)
|
||||||
.only_host_build(true)
|
.only_host_build(true)
|
||||||
.dep(|s| s.name("tool-cargo"))
|
.dep(|s| s.name("tool-cargo"))
|
||||||
|
.dep(|s| s.name("tool-rust-installer").stage(0))
|
||||||
.run(move |s| dist::cargo(build, s.stage, s.target));
|
.run(move |s| dist::cargo(build, s.stage, s.target));
|
||||||
rules.dist("dist-extended", "extended")
|
rules.dist("dist-extended", "extended")
|
||||||
.default(build.config.extended)
|
.default(build.config.extended)
|
||||||
|
@ -767,6 +779,7 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
|
||||||
.dep(|d| d.name("dist-cargo"))
|
.dep(|d| d.name("dist-cargo"))
|
||||||
.dep(|d| d.name("dist-rls"))
|
.dep(|d| d.name("dist-rls"))
|
||||||
.dep(|d| d.name("dist-analysis"))
|
.dep(|d| d.name("dist-analysis"))
|
||||||
|
.dep(|s| s.name("tool-rust-installer").stage(0))
|
||||||
.run(move |s| dist::extended(build, s.stage, s.target));
|
.run(move |s| dist::extended(build, s.stage, s.target));
|
||||||
|
|
||||||
rules.dist("dist-sign", "hash-and-sign")
|
rules.dist("dist-sign", "hash-and-sign")
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 2e6417f6af5218a29a8ee72ed17af085560b9b9c
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6a2c5d129101762d204185b888d62a244011c422
|
|
@ -81,12 +81,12 @@ fn filter_dirs(path: &Path) -> bool {
|
||||||
"src/libbacktrace",
|
"src/libbacktrace",
|
||||||
"src/compiler-rt",
|
"src/compiler-rt",
|
||||||
"src/rustllvm",
|
"src/rustllvm",
|
||||||
"src/rust-installer",
|
|
||||||
"src/liblibc",
|
"src/liblibc",
|
||||||
"src/vendor",
|
"src/vendor",
|
||||||
"src/rt/hoedown",
|
"src/rt/hoedown",
|
||||||
"src/tools/cargo",
|
"src/tools/cargo",
|
||||||
"src/tools/rls",
|
"src/tools/rls",
|
||||||
|
"src/tools/rust-installer",
|
||||||
];
|
];
|
||||||
skip.iter().any(|p| path.ends_with(p))
|
skip.iter().any(|p| path.ends_with(p))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue