Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 3fc4a57

Browse files
bors[bot]vext01
andcommitted
Merge #15
15: Build extra tools required for softdevteam/yk. r=ltratt a=vext01 We can't quite use the ykrustc snapshots for testing `yk` because cargo and rustfmt are absent. Let's build 'em. Co-authored-by: Edd Barrett <vext01@gmail.com>
2 parents e1819c4 + 45cedca commit 3fc4a57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildbot.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
codegen-units = 0 # Use many compilation units.
55
debug-assertions = true # Turn on assertions in rustc.
66

7+
[build]
8+
extended = true
9+
tools = ["cargo", "rustfmt"]
10+
711
[llvm]
812
assertions = true # Turn on assertions in LLVM.

0 commit comments

Comments
 (0)