Skip to content

Commit 35987a7

Browse files
committed
disable randomize-layout for now
1 parent 1462ef9 commit 35987a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
DEFAULTFLAGS="-Zrandomize-layout -Zmiri-strict-provenance"
4+
# -Zrandomize-layout disabled for now due to <https://github.com/rust-lang/rust/issues/124409>.
5+
DEFAULTFLAGS="-Zmiri-strict-provenance"
56

67
# apply our patch
78
rm -rf rust-src-patched

0 commit comments

Comments
 (0)