You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2023/04/06 07:42:25 UTC

[arrow] branch main updated: GH-34768: [C++][Gandiva] Remove LLVM<16 pin (#34922)

This is an automated email from the ASF dual-hosted git repository.

jorisvandenbossche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c19650aff GH-34768: [C++][Gandiva] Remove LLVM<16 pin (#34922)
1c19650aff is described below

commit 1c19650afff13c04d8eaaba824a47e3b861b754d
Author: Joris Van den Bossche <jo...@gmail.com>
AuthorDate: Thu Apr 6 09:42:13 2023 +0200

    GH-34768: [C++][Gandiva] Remove LLVM<16 pin (#34922)
    
    Small follow-up on https://github.com/apache/arrow/pull/34916 to remove this temporary pin now LLVM 16 is accepted
    * Closes: #34768
    
    Authored-by: Joris Van den Bossche <jo...@gmail.com>
    Signed-off-by: Joris Van den Bossche <jo...@gmail.com>
---
 ci/conda_env_gandiva.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/conda_env_gandiva.txt b/ci/conda_env_gandiva.txt
index afdb3f4fc5..217936e2c9 100644
--- a/ci/conda_env_gandiva.txt
+++ b/ci/conda_env_gandiva.txt
@@ -16,4 +16,4 @@
 # under the License.
 
 clang>=11
-llvmdev>=11,<16
+llvmdev>=11