]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #57891 - michaelwoerister:no-default-incr-bootstrap, r=pietroalbini
authorbors <bors@rust-lang.org>
Fri, 25 Jan 2019 11:25:14 +0000 (11:25 +0000)
committerbors <bors@rust-lang.org>
Fri, 25 Jan 2019 11:25:14 +0000 (11:25 +0000)
bootstrap: Don't rely on any default settings regarding incr. comp. in Cargo

https://github.com/rust-lang/cargo/pull/6564 (temporarily) makes incremental compilation the default for release builds. We don't want this default to apply to building the compiler itself, that is, `bootstrap`'s `incremental` flag should always be respected. Otherwise we'll get incrementally build releases, which we really don't want `:)`.

r? @Mark-Simulacrum

Anybody else from @rust-lang/release should feel free to r+ this too if they get around to it earlier.


Trivial merge