File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
64
64
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-locked-deps"
65
65
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-cargo-native-static"
66
66
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.codegen-units-std=1"
67
- RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.validate-mir-opts=3 "
67
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.validate-mir-opts=4 "
68
68
69
69
# Only produce xz tarballs on CI. gz tarballs will be generated by the release
70
70
# process by recompressing the existing xz ones. This decreases the storage
Original file line number Diff line number Diff line change @@ -1955,6 +1955,8 @@ impl<'test> TestCx<'test> {
1955
1955
rustc. arg ( "-Zmir-opt-level=4" ) ;
1956
1956
}
1957
1957
1958
+ debug ! ( "rustc args: {:?}" , rustc. get_args( ) . collect:: <Vec <_>>( ) ) ;
1959
+
1958
1960
let mir_dump_dir = self . get_mir_dump_dir ( ) ;
1959
1961
let _ = fs:: remove_dir_all ( & mir_dump_dir) ;
1960
1962
create_dir_all ( mir_dump_dir. as_path ( ) ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments