Skip to content

Commit 11ef68d

Browse files
authored
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 <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
1 parent 29d2b16 commit 11ef68d

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

dev/tasks/tasks.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,14 +1192,24 @@ tasks:
11921192
PYTHON: "3.10"
11931193
image: conda-python-cython2
11941194

1195-
test-debian-11-python-3:
1195+
test-debian-11-python-3-amd64:
11961196
ci: azure
11971197
template: docker-tests/azure.linux.yml
11981198
params:
11991199
env:
12001200
DEBIAN: 11
12011201
image: debian-python
12021202

1203+
test-debian-11-python-3-i386:
1204+
ci: github
1205+
template: docker-tests/github.linux.yml
1206+
params:
1207+
env:
1208+
ARCH: i386
1209+
DEBIAN: 11
1210+
flags: "-e ARROW_S3=OFF -e ARROW_GANDIVA=OFF"
1211+
image: debian-python
1212+
12031213
test-ubuntu-20.04-python-3:
12041214
ci: azure
12051215
template: docker-tests/azure.linux.yml

0 commit comments

Comments
 (0)