Skip to content

Commit 1e377c5

Browse files
committed
enable layout randomization in x86_64-gnu-llvm-17 CI job
1 parent e3169f7 commit 1e377c5

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ ENV RUST_CONFIGURE_ARGS \
5050
--build=x86_64-unknown-linux-gnu \
5151
--llvm-root=/usr/lib/llvm-17 \
5252
--enable-llvm-link-shared \
53+
--set rust.randomize-layout=true \
5354
--set rust.thin-lto-import-instr-limit=10
5455

5556
COPY host-x86_64/dist-x86_64-linux/shared.sh /scripts/

0 commit comments

Comments
 (0)