Skip to content

Commit 959a61f

Browse files
committed
8310259: Pin msys2/setup-msys2 github action to a specific commit
Reviewed-by: cstein, stuefe
1 parent bcc4d36 commit 959a61f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/get-jtreg/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
- name: 'Build JTReg'
5858
run: |
5959
# Build JTReg and move files to the proper locations
60-
bash make/build.sh --jdk "$(realpath bootjdk/jdk)"
60+
bash make/build.sh --jdk "$JAVA_HOME_17_X64"
6161
mkdir ../installed
6262
mv build/images/jtreg/* ../installed
6363
working-directory: jtreg/src

.github/actions/get-msys2/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ runs:
3030
using: composite
3131
steps:
3232
- name: 'Install MSYS2'
33-
uses: msys2/setup-msys2@v2
33+
# use a specific release of msys2/setup-msys2 to prevent jtreg build failures on newer release
34+
uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff
3435
with:
3536
install: 'autoconf tar unzip zip make'
3637
path-type: minimal

0 commit comments

Comments
 (0)