Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 21dae95

Browse files
committedApr 14, 2018
Auto merge of #49939 - kennytm:rollup, r=kennytm
Rollup of 14 pull requests Successful merges: #49908, #49876, #49916, #49951, #49465, #49922, #49866, #49915, #49886, #49913, #49852, #49958, #49871, #49864 Failed merges:
2 parents cfc3465 + 0e9d6f9 commit 21dae95

File tree

42 files changed

+369
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+369
-89
lines changed
 

‎.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ matrix:
176176
if: branch = auto
177177
- env: IMAGE=x86_64-gnu-distcheck
178178
if: branch = auto
179+
- env: IMAGE=mingw-check
180+
if: type = pull_request OR branch = auto
179181

180182
- stage: publish toolstate
181183
if: branch = master AND type = push

‎src/bootstrap/bin/rustc.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,6 @@ fn main() {
247247
// When running miri tests, we need to generate MIR for all libraries
248248
if env::var("TEST_MIRI").ok().map_or(false, |val| val == "true") {
249249
cmd.arg("-Zalways-encode-mir");
250-
if stage != "0" {
251-
cmd.arg("-Zmiri");
252-
}
253250
cmd.arg("-Zmir-emit-validate=1");
254251
}
255252

0 commit comments

Comments
 (0)