This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new fd58656 ARROW-14283: [CI][C++] Use LLVM 12 on macOS GHA builds
fd58656 is described below
commit fd5865653f92cfe145b2c66cb03f272cfdd05159
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Oct 12 17:35:29 2021 +0900
ARROW-14283: [CI][C++] Use LLVM 12 on macOS GHA builds
This is a workaround. Real fix is ARROW-14265/#11374.
Closes #11379 from pitrou/ARROW-14283-mac-os-gha
Lead-authored-by: Sutou Kouhei <[email protected]>
Co-authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.github/workflows/python.yml | 6 +++---
cpp/Brewfile | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 59b14dc..cce66fe 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -117,12 +117,12 @@ jobs:
env:
ARROW_HOME: /usr/local
ARROW_DATASET: ON
+ ARROW_GANDIVA: ON
ARROW_JEMALLOC: ON
ARROW_ORC: ON
- ARROW_PYTHON: ON
- ARROW_PLASMA: ON
- ARROW_GANDIVA: ON
ARROW_PARQUET: ON
+ ARROW_PLASMA: ON
+ ARROW_PYTHON: ON
ARROW_WITH_ZLIB: ON
ARROW_WITH_LZ4: ON
ARROW_WITH_BZ2: ON
diff --git a/cpp/Brewfile b/cpp/Brewfile
index 78ee5e6..a96f786 100644
--- a/cpp/Brewfile
+++ b/cpp/Brewfile
@@ -25,7 +25,7 @@ brew "flatbuffers"
brew "git"
brew "glog"
brew "grpc"
-brew "llvm"
+brew "llvm@12"
brew "llvm@8"
brew "lz4"
brew "minio"