From f57773d9cdbab20290e14d938691760a22ca193f Mon Sep 17 00:00:00 2001 From: nm17 Date: Sun, 9 Mar 2025 18:58:35 +0400 Subject: [PATCH] ci: use noexecstack --- Dockerfile.openj9 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.openj9 b/Dockerfile.openj9 index 19f3535..17366b6 100644 --- a/Dockerfile.openj9 +++ b/Dockerfile.openj9 @@ -24,6 +24,8 @@ RUN git clone --single-branch --depth 1 \ WORKDIR /build/src RUN bash get_source.sh + +ENV LDFLAGS="-z noexecstack" RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system RUN make all JOBS=$(nproc)