kou commented on code in PR #43438:
URL: https://github.com/apache/arrow/pull/43438#discussion_r1694426189
##########
dev/tasks/python-wheels/github.osx.yml:
##########
@@ -85,18 +85,21 @@ jobs:
setapikey "$GITHUB_TOKEN" \
-source
"https://nuget.pkg.github.com/$GITHUB_REPOSITORY_OWNER/index.json"
+ # Install the libraries required by the Gandiva to run
+ # Use enable llvm[enable-rtti] in the vcpkg.json to avoid link problems
in Gandiva
- name: Install Packages
run: |
vcpkg install \
- --clean-after-build \
- --x-install-root=${VCPKG_ROOT}/installed \
- --x-manifest-root=arrow/ci/vcpkg \
- --x-feature=azure \
- --x-feature=flight \
- --x-feature=gcs \
- --x-feature=json \
- --x-feature=parquet \
- --x-feature=s3
+ --clean-after-build \
+ --x-install-root=${VCPKG_ROOT}/installed \
+ --x-manifest-root=/arrow/ci/vcpkg \
+ --x-feature=dev \
+ --x-feature=flight \
+ --x-feature=gcs \
+ --x-feature=json \
+ --x-feature=parquet \
+ --x-feature=gandiva \
+ --x-feature=s3
Review Comment:
Could you revert needless indent changes?
--
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]