We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4046edf commit 12a076cCopy full SHA for 12a076c
.github/workflows/release_java.yml
@@ -31,6 +31,10 @@ on:
31
- "bindings/java/tools/build.py"
32
workflow_dispatch:
33
34
+env:
35
+ # Refer to https://github.com/apache/opendal/issues/5935
36
+ CARGO_BUILD_ENABLE_ZIGBUILD: "false"
37
+
38
jobs:
39
stage-snapshot:
40
runs-on: ${{ matrix.os }}
@@ -90,7 +94,7 @@ jobs:
90
94
-Djni.classifier=${{ matrix.classifier }} \
91
95
-Dcargo-build.profile=release \
92
96
-Dcargo-build.features=services-all \
93
- -Dcargo-build.enableZigbuild=true \
97
+ -Dcargo-build.enableZigbuild=${{ env.CARGO_BUILD_ENABLE_ZIGBUILD }} \
98
-DaltStagingDirectory=local-staging \
99
-DskipRemoteStaging=true \
100
-DserverId=apache.releases.https \
0 commit comments