Skip to content

Commit 4e6323b

Browse files
committed
re-enable new cargo build dir layout testing
1 parent 67fd846 commit 4e6323b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tools/miri/ci/ci.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ begingroup "Building Miri"
2828
export RUSTFLAGS="-D warnings"
2929
export CARGO_INCREMENTAL=0
3030
export CARGO_EXTRA_FLAGS="--locked"
31-
# FIXME: disabled since it causes libstd build failures
32-
#export CARGO_UNSTABLE_BUILD_DIR_NEW_LAYOUT=true
31+
export CARGO_UNSTABLE_BUILD_DIR_NEW_LAYOUT=true
3332

3433
# Determine configuration for installed build (used by test-cargo-miri and `./miri bench`).
3534
# We use the default set of features for this.

0 commit comments

Comments
 (0)