Compare commits

..

1 commit

Author SHA1 Message Date
404dec0f40
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 7s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (pull_request) Failing after 7s
2025-03-10 12:43:36 +04:00

View file

@ -64,7 +64,7 @@ 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 _sanity.openjdk.regular -j$(nproc)
WORKDIR /build/src/build/linux-x86_64-server-release/images