Compare commits
1 commit
e62cbe2ffc
...
b6c7832e51
Author | SHA1 | Date | |
---|---|---|---|
b6c7832e51 |
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ RUN git clone --single-branch --depth 1 \
|
|||
WORKDIR /build/src
|
||||
RUN bash get_source.sh
|
||||
|
||||
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack"
|
||||
RUN bash configure --with-jtreg=/build/bootjdk/jdk/bin/jlink --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack"
|
||||
RUN make all JOBS=$(nproc)
|
||||
RUN make test TEST=tier2 JOBS=$(nproc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue