You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/30 15:37:31 UTC

[GitHub] [arrow] wjones127 commented on a diff in pull request #13460: [WIP]ARROW-16779: Request for Pyarrow Flight to be shipped in arm64 MacOS version of the wheel

wjones127 commented on code in PR #13460:
URL: https://github.com/apache/arrow/pull/13460#discussion_r911175466


##########
dev/tasks/python-wheels/github.osx.arm64.yml:
##########
@@ -136,6 +135,8 @@ jobs:
           $PYTHON -m venv test-arm64-env
           source test-arm64-env/bin/activate
           pip install --upgrade pip wheel
+          LDFLAGS=-L$(brew --prefix libffi)/lib CFLAGS=-I$(brew --prefix libffi)/include \
+            arch -arm64 pip install cffi --no-binary :all:

Review Comment:
   I think this should be fine, but could we leave a comment here describing why we have to do this?



-- 
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