Compare commits
1 commit
4556234ef8
...
8825449ec2
Author | SHA1 | Date | |
---|---|---|---|
8825449ec2 |
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ ENV TEST_JDK_HOME=/build/src/build/linux-x86_64-server-release/images/jdk
|
||||||
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 test JOBS=$(nproc)
|
&& make _functional JOBS=$(nproc) \
|
||||||
|
&& make _sanity JOBS=$(nproc) \
|
||||||
|
&& make _openjdk 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