Compare commits
1 commit
9c0f30214e
...
30e0d33103
Author | SHA1 | Date | |
---|---|---|---|
30e0d33103 |
1 changed files with 2 additions and 3 deletions
|
@ -56,15 +56,14 @@ ENV JAVA_HOME=/build/src/build/linux-x86_64-server-release/images/jre
|
|||
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_ROOT=/build/openj9-repo/test
|
||||
ENV DIAGNOSTICLEVEL=nodetails
|
||||
|
||||
RUN git clone --depth=1 https://github.com/eclipse-openj9/openj9.git /build/openj9-repo
|
||||
|
||||
RUN cd /build/openj9-repo/test \
|
||||
&& git clone https://github.com/adoptium/TKG.git \
|
||||
&& cd TKG \
|
||||
&& make compile -j$(nproc) \
|
||||
&& make _sanity.functional.regular -j$(nproc)
|
||||
&& make compile JOBS=$(nproc) \
|
||||
&& make _sanity.functional.regular JOBS=$(nproc)
|
||||
|
||||
|
||||
WORKDIR /build/src/build/linux-x86_64-server-release/images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue