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 777797e1b1 GH-45183: [C++][Release] Add llvm-dev back to 
setup-ubuntu.sh (#45184)
777797e1b1 is described below

commit 777797e1b142d5f386e3bda873e8f8b32b2d2da1
Author: Bryce Mecum <[email protected]>
AuthorDate: Mon Jan 6 17:01:20 2025 -0800

    GH-45183: [C++][Release] Add llvm-dev back to setup-ubuntu.sh (#45184)
    
    ### Rationale for this change
    
    Fixes verification nightly jobs. See 
https://github.com/apache/arrow/issues/45183.
    
    ### What changes are included in this PR?
    
    Updates dev/release/setup-ubuntu.sh to re-add llvm-dev as an installed 
package.
    
    ### Are these changes tested?
    
    Yes, locally (via `archery docker run....`)
    
    ### Are there any user-facing changes?
    
    No.
    
    Closes #45183
    * GitHub Issue: #45183
    
    Authored-by: Bryce Mecum <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/release/setup-ubuntu.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/setup-ubuntu.sh b/dev/release/setup-ubuntu.sh
index 686507d625..997b3e9c19 100755
--- a/dev/release/setup-ubuntu.sh
+++ b/dev/release/setup-ubuntu.sh
@@ -50,6 +50,7 @@ apt-get install -y -q --no-install-recommends \
   libglib2.0-dev \
   libsqlite3-dev \
   libssl-dev \
+  llvm-dev \
   ninja-build \
   nlohmann-json3-dev \
   pkg-config \

Reply via email to