Compare commits
1 commit
d8bb8ea05a
...
71ec6eb0b7
Author | SHA1 | Date | |
---|---|---|---|
71ec6eb0b7 |
1 changed files with 8 additions and 1 deletions
|
@ -35,7 +35,6 @@ RUN bash get_source.sh
|
||||||
|
|
||||||
RUN bash configure --with-jtreg=/build/jtreg --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack"
|
RUN bash configure --with-jtreg=/build/jtreg --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack"
|
||||||
RUN make all JOBS=$(nproc)
|
RUN make all JOBS=$(nproc)
|
||||||
RUN make test TEST=tier2 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/
|
||||||
WORKDIR /build/src/build/linux-x86_64-server-release/images
|
WORKDIR /build/src/build/linux-x86_64-server-release/images
|
||||||
|
@ -52,6 +51,14 @@ openj9.sharedclasses,openj9.zosconditionhandling
|
||||||
|
|
||||||
RUN mv ./* /build/dist/
|
RUN mv ./* /build/dist/
|
||||||
|
|
||||||
|
ENV JAVA_HOME=/build/dist/jre
|
||||||
|
ENV PATH="$JAVA_HOME/bin:$PATH"
|
||||||
|
|
||||||
|
WORKDIR /build/src
|
||||||
|
RUN make test TEST=tier1 JOBS=$(nproc)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ------
|
# ------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue