Skip to content

Commit 8be8837

Browse files
committed
Provided default config and applied fix from rust-lang#132720
1 parent 5c23596 commit 8be8837

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Includes one of the default files in src/bootstrap/defaults
2+
profile = "dist"
3+
change-id = 132494
4+
5+
[rust]
6+
llvm-tools = false
7+
8+
[llvm]
9+
download-ci-llvm = false
10+
11+
[build]
12+
sanitizers = true

0 commit comments

Comments
 (0)