Compare commits

..

1 commit

Author SHA1 Message Date
385478dd44
ci: use noexecstack 2025-03-09 19:13:07 +04:00

View file

@ -25,7 +25,7 @@ RUN git clone --single-branch --depth 1 \
WORKDIR /build/src WORKDIR /build/src
RUN bash get_source.sh RUN bash get_source.sh
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system LDFLAGS="-Wl,-z,noexecstack" RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack"
RUN make all JOBS=$(nproc) RUN make all JOBS=$(nproc)
# jlink by advice from https://adoptium.net/blog/2021/10/jlink-to-produce-own-runtime/ # jlink by advice from https://adoptium.net/blog/2021/10/jlink-to-produce-own-runtime/