Skip to content

Commit

Permalink
Fix JDK 21 for ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro committed Nov 2, 2023
1 parent ea1d071 commit 2c0e942
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -588,13 +588,12 @@ jobs:
# Install dependencies
install: |
apt-get update
apt-get install -q -y curl gnupg2 autoconf automake libtool make tar git cmake build-essential
apt-get install -q -y curl gnupg2 autoconf automake libtool make tar git cmake build-essential unzip zip
curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | bash && . ~/.jabba/jabba.sh
jabba install 21.0.0-custom=tgz+https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.1%2B12/OpenJDK21U-jdk_ppc64le_linux_hotspot_21.0.1_12.tar.gz -o /jdk
curl -s "https://get.sdkman.io" | bash
sdk install java 21-tem
run: |
export JAVA_HOME="/jdk"
chmod +x ./mvnw
./mvnw -B --show-version -ntp clean package
Expand Down

0 comments on commit 2c0e942

Please sign in to comment.