We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1ff1d commit f7d70d3Copy full SHA for f7d70d3
.github/workflows/on-release-main.yml
@@ -85,12 +85,6 @@ jobs:
85
native-image --version
86
mvn --version
87
poetry --version
88
- CIBW_BEFORE_BUILD_LINUX: |
89
- export GRAALVM_HOME=/opt/graalvm-community-openjdk-23.0.2+7.1
90
- export JAVA_HOME=/opt/graalvm-community-openjdk-23.0.2+7.1
91
- export MAVEN_HOME=/opt/apache-maven-3.9.9
92
- export PATH=${JAVA_HOME}/bin:/root/.local/bin:${MAVEN_HOME}/bin:$PATH
93
- poetry install --no-interaction
94
CIBW_BUILD_VERBOSITY_LINUX: 3
95
CIBW_DEBUG_TRACEBACK: TRUE
96
CIBW_DEBUG_KEEP_CONTAINER: TRUE
0 commit comments