ci: use noexecstack
This commit is contained in:
parent
3617c61f68
commit
64dddd6bd4
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue