Stop using "alternate" rustc builds.

With https://github.com/rust-lang/rust/pull/45810,
normal Nightly now has LLVM assertions disabled.
This commit is contained in:
Simon Sapin 2017-11-06 19:05:31 +01:00
parent 250e1b8c3b
commit 3264453284
4 changed files with 18 additions and 40 deletions

View file

@ -39,9 +39,6 @@ rustc-with-gold = true
# Defaults to prompting before building
#mode = "dev"
# Whether to enable LLVM assertions in rustc.
#llvm-assertions = false
# Set "android = true" or use `mach build --android` to build the Android app.
android = false