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

raulcd pushed a commit to branch maint-14.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 9123615593dcf1a7895644a22c3c2b03656b7de9
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Dec 5 14:48:26 2023 -0600

    GH-39072: [Release][CI] Python3.11-devel is required for the verification 
job on AlmaLinux 8 (#39073)
    
    ### Rationale for this change
    
    The verification task for Almalinux 8 was failing.
    
    ### What changes are included in this PR?
    
    Add required python3.11-devel to the Docker image.
    
    ### Are these changes tested?
    
    Yes via archery task.
    
    ### Are there any user-facing changes?
    
    No
    
    * Closes: #39072
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/release/setup-rhel-rebuilds.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/setup-rhel-rebuilds.sh 
b/dev/release/setup-rhel-rebuilds.sh
index 702e6523a9..6624f6e9ac 100755
--- a/dev/release/setup-rhel-rebuilds.sh
+++ b/dev/release/setup-rhel-rebuilds.sh
@@ -44,6 +44,7 @@ dnf -y install \
   ninja-build \
   nodejs \
   openssl-devel \
+  python3.11-devel \
   ruby-devel \
   sqlite-devel \
   vala-devel \

Reply via email to