You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "assignUser (via GitHub)" <gi...@apache.org> on 2023/05/10 03:39:48 UTC

[GitHub] [arrow] assignUser commented on pull request #35277: GH-35274: [Java][CI] Enable GCS on MacOS

assignUser commented on PR #35277:
URL: https://github.com/apache/arrow/pull/35277#issuecomment-1541302508

   This should fix the m1 issues
   ```
   --- a/dev/tasks/java-jars/github.yml
   +++ b/dev/tasks/java-jars/github.yml
   @@ -108,6 +108,7 @@ jobs:
              set -e
              # make brew Java available to CMake
              if [ "{{ arch }}" = "aarch_64" ]; then
   +            export CURL_ROOT=$(brew --prefix curl)
                export JAVA_HOME=$(brew --prefix openjdk@11)/libexec/openjdk.jdk/Contents/Home
              fi
              arrow/ci/scripts/java_jni_macos_build.sh \
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org