Skip to content

Commit e15c3cd

Browse files
committed
Download a current jtreg release
1 parent fd99463 commit e15c3cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-pipelines.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
ls -al
1616
env | sort
1717
displayName: show environment
18-
- bash: pwd && ls && bash ./configure --with-jtreg=/usr/share/jtreg --disable-warnings-as-errors
18+
- bash: |
19+
wget https://builds.shipilev.net/jtreg/jtreg-7.5%2B1.zip -O /tmp/jtreg.zip
20+
unzip /tmp/jtreg.zip -d /tmp/
21+
displayName: Install jtreg7
22+
- bash: pwd && ls && bash ./configure --with-jtreg=/tmp/jtreg --disable-warnings-as-errors
1923
displayName: configure
2024
- bash: make jdk
2125
timeoutInMinutes: 90

0 commit comments

Comments
 (0)