From 8c32e79219d2c588d78039678c57c9176bb10bc6 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Fri, 15 Mar 2024 13:20:11 +0100 Subject: [PATCH] Returned back to 7.3 fork with jtrfix and fixed name of jdk8 tarball https://github.com/openjdk/jtreg/commit/8c105f2953edac0881819131f5f6836bda06ef25 --- run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index e60518a..2bd5f81 100755 --- a/run.sh +++ b/run.sh @@ -95,11 +95,11 @@ echo "treating jdk as: $JDK_MAJOR" if [ ! -e "$JTREG_HOME" ] ; then if [ "0$JDK_MAJOR" -le "8" ] ; then - ball=jtreg-6+1.tar.gz + ball=jtreg-6+1-jtrfix.tar.gz wget "https://github.com/andrlos/jtreg/releases/download/6.1-jtrfix-V01.0/$ball" else - ball=jtreg-7.3+1.tar.gz - 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" fi tar -xf $ball fi