]> git.lizzy.rs Git - rust.git/commit
Auto merge of #1417 - RalfJung:libstd-rebuilds, r=RalfJung
authorbors <bors@rust-lang.org>
Sun, 17 May 2020 09:32:47 +0000 (09:32 +0000)
committerbors <bors@rust-lang.org>
Sun, 17 May 2020 09:32:47 +0000 (09:32 +0000)
commitac09e2f5cde7b8d37d83027b064a1a03af8128a5
treeec211fb07fad447e3785ed728afa7f2d59917ca6
parent04eb4a92d0f0eaaadf2b35e5be7c29e6bceb330b
parentd90a087df9830e08db88f83fc7da3c1b2609c10c
Auto merge of #1417 - RalfJung:libstd-rebuilds, r=RalfJung

fix libstd rebuilds due to RUSTFLAGS changes

Until recently we were always overwriting `RUSTFLAGS`, but we stopped doing that when moving to `MIRI_BE_RUSTC`. That introduced the regression in https://github.com/rust-lang/miri/issues/1410. This fixes it.

Fixes https://github.com/rust-lang/miri/issues/1410