File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ # Includes one of the default files in src/bootstrap/defaults
2+ change-id = 133207
3+
4+ [llvm ]
5+ # Will download LLVM from CI if available on your platform.
6+ download-ci-llvm = true
7+ # NOTE: if you set ↑ to false, disable other LLVM targets to save lots of build time!
8+ # targets = "X86"
9+ # experimental-targets = ""
10+
11+ [build ]
12+ build = " x86_64-pc-windows-msvc"
13+ target = [
14+ " i586-rust9x-windows-msvc" ,
15+ " i686-rust9x-windows-msvc" ,
16+ " x86_64-rust9x-windows-msvc" ,
17+ " x86_64-pc-windows-msvc" ,
18+ ]
19+
20+ docs = false
21+
22+ # extended = true
23+ # tools = [
24+ # # "cargo",
25+ # # "clippy",
26+ # "rustdoc",
27+ # # "rustfmt",
28+ # # "rust-analyzer",
29+ # # "rust-analyzer-proc-macro-srv",
30+ # # "analysis",
31+ # "src",
32+ # # "wasm-component-ld",
33+ # # "miri", "cargo-miri" # for dev/nightly channels
34+ # ]
35+
36+ [install ]
37+ # for creating a downloadable package: python x.py install, then create and archive this
38+ prefix = " ../dist/rust9x"
39+ sysconfdir = " ."
40+
41+ [rust ]
42+ dist-src = false
43+
44+ # you can override this with -i/--incremental
45+ # incremental = false
46+ # incremental = true
47+
48+ [dist ]
49+ src-tarball = false
You can’t perform that action at this time.
0 commit comments