ci: use noexecstack
This commit is contained in:
parent
3617c61f68
commit
f57773d9cd
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ RUN git clone --single-branch --depth 1 \
|
||||||
|
|
||||||
WORKDIR /build/src
|
WORKDIR /build/src
|
||||||
RUN bash get_source.sh
|
RUN bash get_source.sh
|
||||||
|
|
||||||
|
ENV LDFLAGS="-z noexecstack"
|
||||||
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system
|
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system
|
||||||
RUN make all JOBS=$(nproc)
|
RUN make all JOBS=$(nproc)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue