Skip to content

Commit

Permalink
GH-40159: [Python][CI] Add 32-bit Debian build on Crossbow
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Feb 20, 2024
1 parent 47f15b0 commit 4b19b60
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-amd64:
ci: azure
template: docker-tests/azure.linux.yml
params:
env:
DEBIAN: 11
image: debian-python

test-debian-11-python-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 4b19b60

Please sign in to comment.