Compare commits

...

1 commit

Author SHA1 Message Date
64dddd6bd4
ci: use noexecstack 2025-03-09 19:10:51 +04:00

View file

@ -24,6 +24,8 @@ RUN git clone --single-branch --depth 1 \
WORKDIR /build/src
RUN bash get_source.sh
ENV LDFLAGS="-Wl,-z,noexecstack"
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system
RUN make all JOBS=$(nproc)