Compare commits
3 commits
701c628244
...
7e9f9175f2
Author | SHA1 | Date | |
---|---|---|---|
7e9f9175f2 | |||
0f664ede95 | |||
a3d42c2600 |
1 changed files with 6 additions and 9 deletions
|
@ -50,27 +50,24 @@ jdk.nio.mapmode,jdk.random,jdk.sctp,jdk.security.auth,jdk.security.jgss,jdk.unsu
|
||||||
jdk.xml.dom,jdk.zipfs,openj9.criu,openj9.cuda,openj9.dataaccess,openj9.gpu,openj9.jvm,\
|
jdk.xml.dom,jdk.zipfs,openj9.criu,openj9.cuda,openj9.dataaccess,openj9.gpu,openj9.jvm,\
|
||||||
openj9.sharedclasses,openj9.zosconditionhandling
|
openj9.sharedclasses,openj9.zosconditionhandling
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ENV JAVA_HOME=/build/src/build/linux-x86_64-server-release/images/jre
|
ENV JAVA_HOME=/build/src/build/linux-x86_64-server-release/images/jre
|
||||||
ENV PATH="$JAVA_HOME/bin:$JAVA_HOME/lib:$PATH"
|
ENV PATH="$JAVA_HOME/bin:$JAVA_HOME/lib:$PATH"
|
||||||
ENV TEST_JDK_HOME=/build/src/build/linux-x86_64-server-release/images/jdk
|
ENV TEST_JDK_HOME=/build/src/build/linux-x86_64-server-release/images/jdk
|
||||||
ENV TEST_ROOT=/build/openj9-repo/test
|
ENV TEST_ROOT=/build/openj9-repo/test
|
||||||
ENV DIAGNOSTICLEVEL=nodetails
|
ENV DIAGNOSTICLEVEL=nodetails
|
||||||
|
|
||||||
RUN git clone --depth=1 https://github.com/eclipse-openj9/openj9.git /build/openj9-repo
|
WORKDIR /build/openj9-repo/test
|
||||||
|
RUN git clone --single-branch --depth=1 https://github.com/eclipse-openj9/openj9.git .
|
||||||
|
RUN git clone https://github.com/adoptium/TKG.git
|
||||||
|
|
||||||
RUN cd /build/openj9-repo/test \
|
WORKDIR TKG
|
||||||
&& git clone https://github.com/adoptium/TKG.git \
|
|
||||||
&& cd TKG \
|
|
||||||
&& make compile -j$(nproc) \
|
|
||||||
&& make _sanity.openjdk.regular -j$(nproc)
|
|
||||||
|
|
||||||
|
RUN make compile -j$(nproc)
|
||||||
|
RUN make _all
|
||||||
|
|
||||||
WORKDIR /build/src/build/linux-x86_64-server-release/images
|
WORKDIR /build/src/build/linux-x86_64-server-release/images
|
||||||
RUN mv ./* /build/dist/
|
RUN mv ./* /build/dist/
|
||||||
|
|
||||||
|
|
||||||
# ------
|
# ------
|
||||||
|
|
||||||
FROM ubuntu:25.04 AS run
|
FROM ubuntu:25.04 AS run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue