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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]