8310183: Update GitHub Actions to use boot JDK for building jtreg

Reviewed-by: shade
This commit is contained in:
Christian Stein 2023-06-16 09:58:19 +00:00
parent 238c51e621
commit c2b043e6cd

View File

@ -57,7 +57,7 @@ runs:
- name: 'Build JTReg'
run: |
# Build JTReg and move files to the proper locations
bash make/build.sh --jdk "$JAVA_HOME_17_X64"
bash make/build.sh --jdk "$(realpath bootjdk/jdk)"
mkdir ../installed
mv build/images/jtreg/* ../installed
working-directory: jtreg/src