File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments