From 1624e9dfed35bdf5371879c838ef0cb996635498 Mon Sep 17 00:00:00 2001 From: Jin Shang Date: Sat, 24 Sep 2022 11:48:08 +0000 Subject: [PATCH 1/2] temporarily disable gandiva off on Appveyor --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b6ba6e6e1a487..a1878e1edbd34 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -49,7 +49,8 @@ environment: ARCH: "64" ARROW_BUILD_FLIGHT: "ON" ARROW_BUILD_FLIGHT_SQL: "ON" - ARROW_BUILD_GANDIVA: "ON" + # ARROW-17830 Temporarily disable Gandiva on Appveyor due to a bug in Conda's packaging of LLVM. + ARROW_BUILD_GANDIVA: "OFF" ARROW_GCS: "ON" ARROW_S3: "ON" GENERATOR: Ninja From 72e613fcce4f839c129c60a8db005fd461aad887 Mon Sep 17 00:00:00 2001 From: Jin Shang Date: Sun, 25 Sep 2022 01:24:26 +0000 Subject: [PATCH 2/2] Pin llvm version instead --- appveyor.yml | 3 +-- ci/conda_env_gandiva_win.txt | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a1878e1edbd34..b6ba6e6e1a487 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -49,8 +49,7 @@ environment: ARCH: "64" ARROW_BUILD_FLIGHT: "ON" ARROW_BUILD_FLIGHT_SQL: "ON" - # ARROW-17830 Temporarily disable Gandiva on Appveyor due to a bug in Conda's packaging of LLVM. - ARROW_BUILD_GANDIVA: "OFF" + ARROW_BUILD_GANDIVA: "ON" ARROW_GCS: "ON" ARROW_S3: "ON" GENERATOR: Ninja diff --git a/ci/conda_env_gandiva_win.txt b/ci/conda_env_gandiva_win.txt index 621b6f5a99d0d..086ad97d9475a 100644 --- a/ci/conda_env_gandiva_win.txt +++ b/ci/conda_env_gandiva_win.txt @@ -15,5 +15,6 @@ # specific language governing permissions and limitations # under the License. -clangdev -llvmdev +# ARROW-17830 Temporarily pin LLVM version on Appveyor due to a bug in Conda's packaging of LLVM 15. +clangdev<15 +llvmdev<15