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

apitrou 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 11ef68d7dc GH-40159: [Python][CI] Add 32-bit Debian build on Crossbow 
(#40164)
11ef68d7dc is described below

commit 11ef68d7dc2e15c81dfc75f4304070021ad42a1e
Author: Antoine Pitrou <[email protected]>
AuthorDate: Tue Feb 20 22:08:58 2024 +0100

    GH-40159: [Python][CI] Add 32-bit Debian build on Crossbow (#40164)
    
    ### What changes are included in this PR?
    
    Add a Debian-based i386 test build for Python, similar to the existing one 
for C++.
    
    ### Are these changes tested?
    
    Yes. The test suite step in the new build will fail until GH-40153 is 
entirely fixed.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #40159
    
    Authored-by: Antoine Pitrou <[email protected]>
    Signed-off-by: Antoine Pitrou <[email protected]>
---
 dev/tasks/tasks.yml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index c232145305..cfc333c6b2 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -1192,7 +1192,7 @@ tasks:
         PYTHON: "3.10"
       image: conda-python-cython2
 
-  test-debian-11-python-3:
+  test-debian-11-python-3-amd64:
     ci: azure
     template: docker-tests/azure.linux.yml
     params:
@@ -1200,6 +1200,16 @@ tasks:
         DEBIAN: 11
       image: debian-python
 
+  test-debian-11-python-3-i386:
+    ci: github
+    template: docker-tests/github.linux.yml
+    params:
+      env:
+        ARCH: i386
+        DEBIAN: 11
+      flags: "-e ARROW_S3=OFF -e ARROW_GANDIVA=OFF"
+      image: debian-python
+
   test-ubuntu-20.04-python-3:
     ci: azure
     template: docker-tests/azure.linux.yml

Reply via email to