We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1462ef9 commit 35987a7Copy full SHA for 35987a7
ci-test.sh
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
-DEFAULTFLAGS="-Zrandomize-layout -Zmiri-strict-provenance"
+# -Zrandomize-layout disabled for now due to <https://github.com/rust-lang/rust/issues/124409>.
5
+DEFAULTFLAGS="-Zmiri-strict-provenance"
6
7
# apply our patch
8
rm -rf rust-src-patched
0 commit comments