Skip to content

Commit

Permalink
apacheGH-40159: [Python][CI] Add 32-bit Debian build on Crossbow (apa…
Browse files Browse the repository at this point in the history
…che#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 apacheGH-40153 is entirely fixed.

### Are there any user-facing changes?

No.
* Closes: apache#40159

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
pitrou authored and zanmato1984 committed Feb 28, 2024
1 parent 609fe31 commit 3ee7f10
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1192,14 +1192,24 @@ 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:
env:
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
Expand Down

0 comments on commit 3ee7f10

Please sign in to comment.