Skip to content

Commit

Permalink
Download a current jtreg release
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Dec 12, 2024
1 parent fd99463 commit e15c3cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
ls -al
env | sort
displayName: show environment
- bash: pwd && ls && bash ./configure --with-jtreg=/usr/share/jtreg --disable-warnings-as-errors
- bash: |
wget https://builds.shipilev.net/jtreg/jtreg-7.5%2B1.zip -O /tmp/jtreg.zip
unzip /tmp/jtreg.zip -d /tmp/
displayName: Install jtreg7
- bash: pwd && ls && bash ./configure --with-jtreg=/tmp/jtreg --disable-warnings-as-errors
displayName: configure
- bash: make jdk
timeoutInMinutes: 90
Expand Down

0 comments on commit e15c3cd

Please sign in to comment.