We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503f3e9 commit 7919181Copy full SHA for 7919181
run.sh
@@ -95,11 +95,11 @@ echo "treating jdk as: $JDK_MAJOR"
95
96
if [ ! -e "$JTREG_HOME" ] ; then
97
if [ "0$JDK_MAJOR" -le "8" ] ; then
98
- ball=jtreg-6+1.tar.gz
+ ball=jtreg-6+1-jtrfix.tar.gz
99
wget "https://github.com/andrlos/jtreg/releases/download/6.1-jtrfix-V01.0/$ball"
100
else
101
- ball=jtreg-7.3+1.tar.gz
102
- wget "https://ci.adoptopenjdk.net/view/Dependencies/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/$ball"
+ ball=jtreg-7.3.1+1-jtrfix.tar.gz
+ wget "https://github.com/andrlos/jtreg/releases/download/7.3.1%2B1-jtrfix-V01.0/$ball"
103
fi
104
tar -xf $ball
105
0 commit comments