Skip to content

Commit 0eaac8f

Browse files
committed
enable layout randomization in x86_64-gnu-llvm-13 CI job
1 parent 3cc4b4f commit 0eaac8f

File tree

1 file changed

+1
-0
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-13

1 file changed

+1
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-13/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ENV RUST_CONFIGURE_ARGS \
4646
--build=x86_64-unknown-linux-gnu \
4747
--llvm-root=/usr/lib/llvm-13 \
4848
--enable-llvm-link-shared \
49+
--set rust.randomize-layout=true \
4950
--set rust.thin-lto-import-instr-limit=10
5051

5152
# NOTE: intentionally uses all of `x.py`, `x`, and `x.ps1` to make sure they all work on Linux.

0 commit comments

Comments
 (0)