Skip to content

Commit 7919181

Browse files
committed
Returned back to 7.3 fork with jtrfix and fixed name of jdk8 tarball
openjdk/jtreg@8c105f2
1 parent 503f3e9 commit 7919181

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ echo "treating jdk as: $JDK_MAJOR"
9595

9696
if [ ! -e "$JTREG_HOME" ] ; then
9797
if [ "0$JDK_MAJOR" -le "8" ] ; then
98-
ball=jtreg-6+1.tar.gz
98+
ball=jtreg-6+1-jtrfix.tar.gz
9999
wget "https://github.com/andrlos/jtreg/releases/download/6.1-jtrfix-V01.0/$ball"
100100
else
101-
ball=jtreg-7.3+1.tar.gz
102-
wget "https://ci.adoptopenjdk.net/view/Dependencies/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/$ball"
101+
ball=jtreg-7.3.1+1-jtrfix.tar.gz
102+
wget "https://github.com/andrlos/jtreg/releases/download/7.3.1%2B1-jtrfix-V01.0/$ball"
103103
fi
104104
tar -xf $ball
105105
fi

0 commit comments

Comments
 (0)