Skip to content

Commit fdbe771

Browse files
authored
Bump jtreg to 7.5.1. (#126)
I'm assuming that this will fix... ``` checking jtreg jar existence... checking jtreg version number... 7.5-dev configure: error: jtreg version is too old, at least version 7.5.1 is required ``` https://github.com/jspecify/jdk/actions/runs/13930673343/job/38986758885 ...from my merge of the upstream JDK branch. (Ideally we'd do that will a pull request, which would then be properly tested, but GitHub doesn't make that easy.) Hopefully that's the only problem. CI will let us know. And I'll have to test locally next time....
1 parent b83164a commit fdbe771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jspecify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
libx11-dev libxext-dev libxrender-dev libxrandr-dev libxtst-dev libxt-dev
2929
- name: Install jtreg
3030
run: |
31-
wget https://builds.shipilev.net/jtreg/jtreg-7.5%2B1.zip -O /tmp/jtreg.zip
31+
wget https://builds.shipilev.net/jtreg/jtreg-7.5.1%2B1.zip -O /tmp/jtreg.zip
3232
unzip /tmp/jtreg.zip -d /tmp/
3333
- name: Configure the JDK
3434
run: bash ./configure --with-jtreg=/tmp/jtreg --disable-warnings-as-errors

0 commit comments

Comments
 (0)