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

kou 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 85e0b804c4 GH-50758: [CI][C++] Use LLVM 22 on Debian experimental 
(#50759)
85e0b804c4 is described below

commit 85e0b804c4e59613ab663d2967f7ac9731ad3eec
Author: tadeja <[email protected]>
AuthorDate: Sat Aug 1 11:14:39 2026 +0200

    GH-50758: [CI][C++] Use LLVM 22 on Debian experimental (#50759)
    
    ### Rationale for this change
    Fix #50758 - `llvm-toolchain-20` package was [removed from Debian 
experimental on Jul 
14](https://tracker.debian.org/news/1774937/removed-12018-1-from-experimental/),
 so the nightly `test-debian-experimental-cpp-gcc-15` fails with `E: Unable to 
locate package clang-20` / `llvm-20-dev`.
    
    ### What changes are included in this PR?
    Update LLVM 20 to 22 on Debian experimental in `dev/tasks/tasks.yml`
    
    ### Are these changes tested?
    Yes, built locally and verified via crossbow.
    
    ### Are there any user-facing changes?
    No.
    * GitHub Issue: #50758
    
    Authored-by: Tadeja Kadunc <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/tasks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index af8b319dca..1a22c79155 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -446,7 +446,7 @@ tasks:
         ARCH: "amd64"
         DEBIAN: "experimental"
         GCC: "15"
-        LLVM: "20"
+        LLVM: "22"
       image: debian-cpp
 
   test-fedora-42-cpp:

Reply via email to