From 94d6d7141e7f9a9330d92be1df93a44ded4fb90d Mon Sep 17 00:00:00 2001 From: Anton Alkin Date: Thu, 15 Aug 2024 14:34:06 +0200 Subject: [PATCH] fixup! arrow: use clang from llvm installation to avoid stack probing issue with llvm@18 --- arrow.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arrow.sh b/arrow.sh index 4313210682..78a039173a 100644 --- a/arrow.sh +++ b/arrow.sh @@ -1,6 +1,6 @@ package: arrow -version: "v17.0.0-alice4" -tag: apache-arrow-17.0.0-alice4 +version: "v17.0.0-alice5" +tag: apache-arrow-17.0.0-alice5 source: https://github.com/alisw/arrow.git requires: - boost