Skip to content

Commit aa3a3f6

Browse files
Fix shell script formatting (shfmt)
1 parent 05dba19 commit aa3a3f6

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

ci/scripts/jni_macos_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ case "${vcpkg_arch}" in
8484
arm64)
8585
vcpkg_triplet="arm64-osx"
8686
;;
87-
i386|x86_64)
87+
i386 | x86_64)
8888
vcpkg_triplet="x64-osx"
8989
;;
9090
*)

ci/scripts/jni_manylinux_build.sh

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ set -euo pipefail
2626
. "$(dirname "${0}")/util_log.sh"
2727

2828
github_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
4242
github_actions_group_end
4343

4444
github_actions_group_begin "Prepare arguments"

0 commit comments

Comments
 (0)