File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ case "${vcpkg_arch}" in
8484arm64)
8585 vcpkg_triplet=" arm64-osx"
8686 ;;
87- i386| x86_64)
87+ i386 | x86_64)
8888 vcpkg_triplet=" x64-osx"
8989 ;;
9090* )
Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ set -euo pipefail
2626. " $( dirname " ${0} " ) /util_log.sh"
2727
2828github_actions_group_begin " Update llvm"
29- vcpkg install \
30- --debug \
31- --clean-after-build \
32- --x-install-root=${VCPKG_ROOT} /installed \
33- --x-manifest-root=/arrow/ci/vcpkg \
34- --overlay-ports=/arrow/ci/vcpkg/overlay/llvm/ \
35- --x-feature=dev \
36- --x-feature=flight \
37- --x-feature=gcs \
38- --x-feature=json \
39- --x-feature=parquet \
40- --x-feature=gandiva \
41- --x-feature=s3
29+ vcpkg install \
30+ --debug \
31+ --clean-after-build \
32+ --x-install-root=${VCPKG_ROOT} /installed \
33+ --x-manifest-root=/arrow/ci/vcpkg \
34+ --overlay-ports=/arrow/ci/vcpkg/overlay/llvm/ \
35+ --x-feature=dev \
36+ --x-feature=flight \
37+ --x-feature=gcs \
38+ --x-feature=json \
39+ --x-feature=parquet \
40+ --x-feature=gandiva \
41+ --x-feature=s3
4242github_actions_group_end
4343
4444github_actions_group_begin " Prepare arguments"
You can’t perform that action at this time.
0 commit comments