Compare commits

..

1 commit

Author SHA1 Message Date
69851ac11c
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 20:35:58 +04:00

View file

@ -19,7 +19,7 @@ RUN mkdir /build/bootjdk /build/dist \
&& rm -f jdk21.tar.gz
RUN wget --progress=dot:mega -O jtreg.zip https://builds.shipilev.net/jtreg/jtreg-7.5.1%2B1.zip \
&& unzip jtreg.zip /build/jtreg \
&& unzip jtreg.zip /build/jtreg
&& rm -rf jtreg.zip
ENV JT_HOME=/build/jtreg