Skip to content

Commit

Permalink
bumping the release of the jtregs, to feature the new jtrfix for comp…
Browse files Browse the repository at this point in the history
…ilation errors
  • Loading branch information
jandrlik authored and judovana committed Nov 8, 2024
1 parent 11d731e commit f20591e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ echo "treating jdk as: $JDK_MAJOR"

if [ ! -e "$JTREG_HOME" ] ; then
if [ "0$JDK_MAJOR" -le "8" ] ; then
ball=jtreg-6+1-jtrfix.tar.gz
curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/6.1-jtrfix-V01.0/$ball"
ball=jtreg-6+2-jtrfix.tar.gz
curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/6.2-jtrfix-V01.0/$ball"
else
ball=jtreg-7.3.1+1-jtrfix.tar.gz
curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/7.3.1%2B1-jtrfix-V01.0/$ball"
ball=jtreg-7.3.1+2-jtrfix.tar.gz
curl -L -o "$ball" "https://github.com/andrlos/jtreg/releases/download/7.3.1%2B2-jtrfix-V01.0/$ball"
fi
tar -xf $ball
fi
Expand Down

0 comments on commit f20591e

Please sign in to comment.