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 756c864b5e GH-44355: [Packaging][Python] Disable interactive deb 
configuration in wheel-manylinux-*-cp313t-* (#44362)
756c864b5e is described below

commit 756c864b5ef5b5fe3c4f69b38c58139876a8e866
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Oct 10 11:50:16 2024 +0900

    GH-44355: [Packaging][Python] Disable interactive deb configuration in 
wheel-manylinux-*-cp313t-* (#44362)
    
    ### Rationale for this change
    
    If interactive deb configuration is used, CI is blocked by waiting an user 
input.
    
    ### What changes are included in this PR?
    
    Disable interactive deb configuration.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * GitHub Issue: #44355
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 ci/docker/python-free-threaded-wheel-manylinux-test-imports.dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/ci/docker/python-free-threaded-wheel-manylinux-test-imports.dockerfile 
b/ci/docker/python-free-threaded-wheel-manylinux-test-imports.dockerfile
index 09530560e4..c884611ca3 100644
--- a/ci/docker/python-free-threaded-wheel-manylinux-test-imports.dockerfile
+++ b/ci/docker/python-free-threaded-wheel-manylinux-test-imports.dockerfile
@@ -18,6 +18,8 @@
 ARG base
 FROM ${base}
 
+ENV DEBIAN_FRONTEND=noninteractive
+
 RUN apt-get update -y -q && \
     apt install -y -q --no-install-recommends software-properties-common 
gpg-agent && \
     add-apt-repository -y ppa:deadsnakes/ppa && \

Reply via email to