8310183: Update GitHub Actions to use boot JDK for building jtreg
Reviewed-by: shade
This commit is contained in:
parent
238c51e621
commit
c2b043e6cd
2
.github/actions/get-jtreg/action.yml
vendored
2
.github/actions/get-jtreg/action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user