Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Oct 22, 2024
1 parent df8d788 commit 0bd9c6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_ft_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ jobs:
CIBW_FREE_THREADED_SUPPORT: true
CIBW_ARCHS_LINUX: "aarch64"
CIBW_BUILD: "cp313t-*"
CIBW_BEFORE_ALL_LINUX: >
yum update &&
yum install -y temurin-21-jdk
CIBW_ENVIRONMENT: JAVA_HOME=/usr/lib/jvm/temurin-21-jdk-aarch64
CIBW_BEFORE_ALL_LINUX: yum install -y java-11-openjdk
CIBW_ENVIRONMENT: JAVA_HOME=/usr/lib/jvm/java-11-jdk-aarch64
with:
package-dir: .
output-dir: dist
Expand Down

0 comments on commit 0bd9c6c

Please sign in to comment.