Skip to content

Commit

Permalink
disable randomize-layout for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 26, 2024
1 parent 1462ef9 commit 35987a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
set -euo pipefail

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

# apply our patch
rm -rf rust-src-patched
Expand Down

0 comments on commit 35987a7

Please sign in to comment.