Auto merge of #146927 - Kobzol:install-clif, r=jieyouxu · rust-lang/rust@4082d6a (original) (raw)
`@@ -2844,60 +2844,69 @@ mod snapshot {
`
2844
2844
`` // Using backslashes fails with --set
``
2845
2845
`"--set", &format!("install.prefix={}", ctx.dir().display()).replace("\", "/"),
`
2846
2846
`"--set", &format!("install.sysconfdir={}", ctx.dir().display()).replace("\", "/"),
`
2847
``
`-
"--set", "build.extended=true"
`
``
2847
`+
"--set", "build.extended=true",
`
``
2848
`+
// For Cranelift to be disted
`
``
2849
`+
"--build", "x86_64-unknown-linux-gnu",
`
``
2850
`+
"--host", "x86_64-unknown-linux-gnu"
`
2848
2851
`])
`
2849
``
`-
.render_steps(), @r"
`
2850
``
`-
[build] llvm
`
2851
``
`-
[build] rustc 0 -> rustc 1
`
2852
``
`-
[build] rustc 0 -> WasmComponentLd 1
`
2853
``
`-
[build] rustc 0 -> UnstableBookGen 1
`
2854
``
`-
[build] rustc 0 -> Rustbook 1
`
2855
``
`-
[doc] unstable-book (book)
`
2856
``
`-
[build] rustc 1 -> std 1
`
2857
``
`-
[doc] book (book)
`
2858
``
`-
[doc] book/first-edition (book)
`
2859
``
`-
[doc] book/second-edition (book)
`
2860
``
`-
[doc] book/2018-edition (book)
`
2861
``
`-
[build] rustdoc 1
`
2862
``
`-
[doc] rustc 1 -> standalone 2
`
2863
``
`-
[doc] rustc 1 -> std 1 crates=[alloc,compiler_builtins,core,panic_abort,panic_unwind,proc_macro,rustc-std-workspace-core,std,std_detect,sysroot,test,unwind]
`
2864
``
`-
[build] rustc 1 -> rustc 2
`
2865
``
`-
[build] rustc 1 -> WasmComponentLd 2
`
2866
``
`-
[build] rustc 1 -> error-index 2
`
2867
``
`-
[doc] rustc 1 -> error-index 2
`
2868
``
`-
[doc] nomicon (book)
`
2869
``
`-
[doc] rustc 1 -> reference (book) 2
`
2870
``
`-
[doc] rustdoc (book)
`
2871
``
`-
[doc] rust-by-example (book)
`
2872
``
`-
[build] rustc 0 -> LintDocs 1
`
2873
``
`-
[doc] rustc (book)
`
2874
``
`-
[doc] cargo (book)
`
2875
``
`-
[doc] clippy (book)
`
2876
``
`-
[doc] embedded-book (book)
`
2877
``
`-
[doc] edition-guide (book)
`
2878
``
`-
[doc] style-guide (book)
`
2879
``
`-
[doc] rustc 1 -> releases 2
`
2880
``
`-
[build] rustc 0 -> RustInstaller 1
`
2881
``
`-
[dist] docs
`
2882
``
`-
[dist] rustc 1 -> std 1
`
2883
``
`-
[build] rustdoc 2
`
2884
``
`-
[build] rustc 1 -> rust-analyzer-proc-macro-srv 2
`
2885
``
`-
[build] rustc 0 -> GenerateCopyright 1
`
2886
``
`-
[dist] rustc
`
2887
``
`-
[build] rustc 1 -> cargo 2
`
2888
``
`-
[dist] rustc 1 -> cargo 2
`
2889
``
`-
[build] rustc 1 -> rust-analyzer 2
`
2890
``
`-
[dist] rustc 1 -> rust-analyzer 2
`
2891
``
`-
[build] rustc 1 -> rustfmt 2
`
2892
``
`-
[build] rustc 1 -> cargo-fmt 2
`
2893
``
`-
[dist] rustc 1 -> rustfmt 2
`
2894
``
`-
[build] rustc 1 -> clippy-driver 2
`
2895
``
`-
[build] rustc 1 -> cargo-clippy 2
`
2896
``
`-
[dist] rustc 1 -> clippy 2
`
2897
``
`-
[build] rustc 1 -> miri 2
`
2898
``
`-
[build] rustc 1 -> cargo-miri 2
`
2899
``
`-
[dist] rustc 1 -> miri 2
`
``
2852
`+
.get_steps()
`
``
2853
`+
.render_with(RenderConfig {
`
``
2854
`+
normalize_host: false
`
``
2855
`+
}), @r"
`
``
2856
`+
[build] llvm
`
``
2857
`+
[build] rustc 0 -> rustc 1
`
``
2858
`+
[build] rustc 0 -> WasmComponentLd 1
`
``
2859
`+
[build] rustc 0 -> UnstableBookGen 1
`
``
2860
`+
[build] rustc 0 -> Rustbook 1
`
``
2861
`+
[doc] unstable-book (book)
`
``
2862
`+
[build] rustc 1 -> std 1
`
``
2863
`+
[doc] book (book)
`
``
2864
`+
[doc] book/first-edition (book)
`
``
2865
`+
[doc] book/second-edition (book)
`
``
2866
`+
[doc] book/2018-edition (book)
`
``
2867
`+
[build] rustdoc 1
`
``
2868
`+
[doc] rustc 1 -> standalone 2
`
``
2869
`+
[doc] rustc 1 -> std 1 crates=[alloc,compiler_builtins,core,panic_abort,panic_unwind,proc_macro,rustc-std-workspace-core,std,std_detect,sysroot,test,unwind]
`
``
2870
`+
[build] rustc 1 -> rustc 2
`
``
2871
`+
[build] rustc 1 -> WasmComponentLd 2
`
``
2872
`+
[build] rustc 1 -> error-index 2
`
``
2873
`+
[doc] rustc 1 -> error-index 2
`
``
2874
`+
[doc] nomicon (book)
`
``
2875
`+
[doc] rustc 1 -> reference (book) 2
`
``
2876
`+
[doc] rustdoc (book)
`
``
2877
`+
[doc] rust-by-example (book)
`
``
2878
`+
[build] rustc 0 -> LintDocs 1
`
``
2879
`+
[doc] rustc (book)
`
``
2880
`+
[doc] cargo (book)
`
``
2881
`+
[doc] clippy (book)
`
``
2882
`+
[doc] embedded-book (book)
`
``
2883
`+
[doc] edition-guide (book)
`
``
2884
`+
[doc] style-guide (book)
`
``
2885
`+
[doc] rustc 1 -> releases 2
`
``
2886
`+
[build] rustc 0 -> RustInstaller 1
`
``
2887
`+
[dist] docs
`
``
2888
`+
[dist] rustc 1 -> std 1
`
``
2889
`+
[build] rustdoc 2
`
``
2890
`+
[build] rustc 1 -> rust-analyzer-proc-macro-srv 2
`
``
2891
`+
[build] rustc 0 -> GenerateCopyright 1
`
``
2892
`+
[dist] rustc
`
``
2893
`+
[build] rustc 1 -> cargo 2
`
``
2894
`+
[dist] rustc 1 -> cargo 2
`
``
2895
`+
[build] rustc 1 -> rust-analyzer 2
`
``
2896
`+
[dist] rustc 1 -> rust-analyzer 2
`
``
2897
`+
[build] rustc 1 -> rustfmt 2
`
``
2898
`+
[build] rustc 1 -> cargo-fmt 2
`
``
2899
`+
[dist] rustc 1 -> rustfmt 2
`
``
2900
`+
[build] rustc 1 -> clippy-driver 2
`
``
2901
`+
[build] rustc 1 -> cargo-clippy 2
`
``
2902
`+
[dist] rustc 1 -> clippy 2
`
``
2903
`+
[build] rustc 1 -> miri 2
`
``
2904
`+
[build] rustc 1 -> cargo-miri 2
`
``
2905
`+
[dist] rustc 1 -> miri 2
`
2900
2906
` [dist] src <>
`
``
2907
`+
[build] rustc 1 -> rustc_codegen_cranelift 2
`
``
2908
`+
[dist] rustc 1 -> rustc_codegen_cranelift 2
`
``
2909
`+
[build] rustc 1 -> LlvmBitcodeLinker 2
`
2901
2910
` ");
`
2902
2911
`}
`
2903
2912
``