tisonkun commented on code in PR #3129:
URL:
https://github.com/apache/incubator-opendal/pull/3129#discussion_r1333975464
##########
.github/workflows/bindings_java.yml:
##########
@@ -84,8 +84,4 @@ jobs:
#
https://maven.apache.org/guides/mini/guide-reproducible-builds.html#how-to-test-my-maven-build-reproducibility
shell: bash
run: |
- if [[ "${{ runner.os }}" != Linux ]]; then
- export NO_DOCKER=true
- fi
./mvnw clean install -DskipTests
-Dcargo-build.features=services-redis
- ./mvnw verify artifact:compare -Dcargo-build.features=services-redis
Review Comment:
We should still verify the reproducible build. But I'll review the main
change and follow-up later.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]