Skip to content

Commit 44eb2a9

Browse files
committed
vcpkg
1 parent 6d15b46 commit 44eb2a9

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/jarbuild.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -243,23 +243,17 @@ jobs:
243243
--x-install-root=${VCPKG_ROOT}/installed \
244244
--x-manifest-root=arrow/ci/vcpkg \
245245
--overlay-ports=arrow/ci/vcpkg/overlay/llvm/ \
246-
--x-feature=dev \
247-
--x-feature=flight \
248-
--x-feature=gcs \
249-
--x-feature=json \
250-
--x-feature=parquet \
251-
--x-feature=gandiva \
252-
--x-feature=s3
253-
246+
--x-feature=gandiva
254247
# Remove conflicting brew packages that vcpkg will provide
255-
brew uninstall aws-sdk-cpp || :
256-
brew uninstall grpc || :
257-
brew uninstall [email protected] || :
258-
brew uninstall re2 || :
259-
brew uninstall protobuf || :
248+
# brew uninstall aws-sdk-cpp || :
249+
# brew uninstall grpc || :
250+
# brew uninstall [email protected] || :
251+
# brew uninstall re2 || :
252+
# brew uninstall protobuf || :
260253
261254
# Install remaining brew dependencies (non-conflicting ones)
262255
brew bundle --file=Brewfile
256+
brew uninstall llvm || :
263257
- name: Prepare ccache
264258
run: |
265259
echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}

0 commit comments

Comments
 (0)