Compare commits

..

1 commit

Author SHA1 Message Date
04e5aead88
ci: add --with-jtreg
Some checks failed
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (pull_request) Failing after 6s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (pull_request) Failing after 5s
2025-03-09 22:30:21 +04:00

View file

@ -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)