From c2b043e6cd3a4100c771f9cc98eaf41f70ecce3f Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Fri, 16 Jun 2023 09:58:19 +0000 Subject: [PATCH] 8310183: Update GitHub Actions to use boot JDK for building jtreg Reviewed-by: shade --- .github/actions/get-jtreg/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/get-jtreg/action.yml b/.github/actions/get-jtreg/action.yml index 9e143551399..30e97ef5722 100644 --- a/.github/actions/get-jtreg/action.yml +++ b/.github/actions/get-jtreg/action.yml @@ -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