We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fd846 commit 4e6323bCopy full SHA for 4e6323b
1 file changed
src/tools/miri/ci/ci.sh
@@ -28,8 +28,7 @@ begingroup "Building Miri"
28
export RUSTFLAGS="-D warnings"
29
export CARGO_INCREMENTAL=0
30
export CARGO_EXTRA_FLAGS="--locked"
31
-# FIXME: disabled since it causes libstd build failures
32
-#export CARGO_UNSTABLE_BUILD_DIR_NEW_LAYOUT=true
+export CARGO_UNSTABLE_BUILD_DIR_NEW_LAYOUT=true
33
34
# Determine configuration for installed build (used by test-cargo-miri and `./miri bench`).
35
# We use the default set of features for this.
0 commit comments