8310259: Pin msys2/setup-msys2 github action to a specific commit
Reviewed-by: cstein, stuefe
This commit is contained in:
parent
bcc4d36857
commit
959a61fdd4
2
.github/actions/get-jtreg/action.yml
vendored
2
.github/actions/get-jtreg/action.yml
vendored
@ -57,7 +57,7 @@ runs:
|
|||||||
- name: 'Build JTReg'
|
- name: 'Build JTReg'
|
||||||
run: |
|
run: |
|
||||||
# Build JTReg and move files to the proper locations
|
# Build JTReg and move files to the proper locations
|
||||||
bash make/build.sh --jdk "$(realpath bootjdk/jdk)"
|
bash make/build.sh --jdk "$JAVA_HOME_17_X64"
|
||||||
mkdir ../installed
|
mkdir ../installed
|
||||||
mv build/images/jtreg/* ../installed
|
mv build/images/jtreg/* ../installed
|
||||||
working-directory: jtreg/src
|
working-directory: jtreg/src
|
||||||
|
3
.github/actions/get-msys2/action.yml
vendored
3
.github/actions/get-msys2/action.yml
vendored
@ -30,7 +30,8 @@ runs:
|
|||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: 'Install MSYS2'
|
- name: 'Install MSYS2'
|
||||||
uses: msys2/setup-msys2@v2
|
# use a specific release of msys2/setup-msys2 to prevent jtreg build failures on newer release
|
||||||
|
uses: msys2/setup-msys2@7efe20baefed56359985e327d329042cde2434ff
|
||||||
with:
|
with:
|
||||||
install: 'autoconf tar unzip zip make'
|
install: 'autoconf tar unzip zip make'
|
||||||
path-type: minimal
|
path-type: minimal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user