Skip to content

Commit

Permalink
fixup! GHA: Make release 64-bit builds only, use older Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Sep 25, 2023
1 parent 709b2be commit f658595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/get-jtreg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ runs:
- name: 'Build JTReg'
run: |
# Build JTReg and move files to the proper locations
bash make/build.sh --jdk "$JAVA_HOME_17_X64"
set -vx
JDK_ARCHIVE_URL=https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-x64_bin.tar.gz JAVA_HOME="$JAVA_HOME_17_X64" bash -vx make/build.sh
mkdir ../installed
mv build/images/jtreg/* ../installed
set +vx
working-directory: jtreg/src
shell: bash
if: steps.get-cached-jtreg.outputs.cache-hit != 'true'
Expand Down

0 comments on commit f658595

Please sign in to comment.