Compare commits
1 commit
e0f998266b
...
04e5aead88
Author | SHA1 | Date | |
---|---|---|---|
04e5aead88 |
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ 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 --depth=1 https://github.com/eclipse-openj9/openj9.git /build/openj9-repo
|
||||||
|
|
||||||
RUN git clone https://github.com/adoptium/TKG.git \
|
RUN cd /build/openj9-repo/test \
|
||||||
|
&& git clone https://github.com/adoptium/TKG.git \
|
||||||
&& cd TKG \
|
&& cd TKG \
|
||||||
&& make compile JOBS=$(nproc) \
|
&& make compile JOBS=$(nproc) \
|
||||||
&& make test JOBS=$(nproc)
|
&& make test JOBS=$(nproc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue