Compare commits
1 commit
5dc8b00fb7
...
e0f998266b
Author | SHA1 | Date | |
---|---|---|---|
e0f998266b |
1 changed files with 4 additions and 1 deletions
|
@ -55,11 +55,14 @@ 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 BUILD_LIST=/build/openj9-repo/test
|
||||||
|
|
||||||
|
RUN git clone --depth=1 https://github.com/eclipse-openj9/openj9.git /build/openj9-repo
|
||||||
|
|
||||||
RUN git clone https://github.com/adoptium/TKG.git \
|
RUN git clone https://github.com/adoptium/TKG.git \
|
||||||
&& cd TKG \
|
&& cd TKG \
|
||||||
&& make compile JOBS=$(nproc) \
|
&& make compile JOBS=$(nproc) \
|
||||||
&& make _functional JOBS=$(nproc)
|
&& make test JOBS=$(nproc)
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /build/src/build/linux-x86_64-server-release/images
|
WORKDIR /build/src/build/linux-x86_64-server-release/images
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue