Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python][CI] Add 32-bit CI build #40159

Closed
pitrou opened this issue Feb 20, 2024 · 1 comment · Fixed by #40164
Closed

[Python][CI] Add 32-bit CI build #40159

pitrou opened this issue Feb 20, 2024 · 1 comment · Fixed by #40164

Comments

@pitrou
Copy link
Member

pitrou commented Feb 20, 2024

Describe the enhancement requested

Related to #40153: we could add a CI build (using Crossbow perhaps) on a 32-bit platform.

For example, since we already have a debian-python build, and a i386 debian-cpp build, we could also define a i386 debian-python build.

Component(s)

Continuous Integration, Python

@pitrou
Copy link
Member Author

pitrou commented Feb 20, 2024

@raulcd

pitrou added a commit that referenced this issue Feb 20, 2024
### 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>
@pitrou pitrou added this to the 16.0.0 milestone Feb 20, 2024
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Feb 28, 2024
…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>
thisisnic pushed a commit to thisisnic/arrow that referenced this issue Mar 8, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant