We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac0d85 commit 8637c7dCopy full SHA for 8637c7d
src/ci/run.sh
@@ -64,7 +64,7 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
64
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-locked-deps"
65
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-cargo-native-static"
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=4"
+RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.validate-mir-opts=3"
68
69
# Only produce xz tarballs on CI. gz tarballs will be generated by the release
70
# process by recompressing the existing xz ones. This decreases the storage
0 commit comments