GH-49263: [Python][CI] Install rust compiler for libcst only on Debian 32 bits#49265
Open
raulcd wants to merge 2 commits intoapache:mainfrom
Open
GH-49263: [Python][CI] Install rust compiler for libcst only on Debian 32 bits#49265raulcd wants to merge 2 commits intoapache:mainfrom
raulcd wants to merge 2 commits intoapache:mainfrom
Conversation
… Debian 32 bits as wheel is not provided
|
|
Member
Author
|
@github-actions crossbow submit test-debian-13-python-3-i386 |
|
Revision: 6847715 Submitted crossbow builds: ursacomputing/crossbow @ actions-5e74de75da
|
Member
Author
|
@github-actions crossbow submit test-debian-13-python-3-i386 |
|
Revision: 05b3a6c Submitted crossbow builds: ursacomputing/crossbow @ actions-d6beb74d9e
|
raulcd
commented
Feb 12, 2026
| tzdata \ | ||
| tzdata-legacy \ | ||
| zlib1g-dev && \ | ||
| if [ ${arch} = "i386" ]; then \ |
Member
Author
There was a problem hiding this comment.
@kou I decided to add this here instead of on the debian-python one because we do not install any debian packages there and we install everything on this base. Let me know if you would prefer us to have this dependency there instead I am 50-50 on where should this go.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
In order to automate docstrings and build type hints we require libcst. libcst does not provide wheels for Debian 32 and we have to build from source distribution. In order to build from sdist we require a rust compiler available.
What changes are included in this PR?
Install rust on Debian i386.
Are these changes tested?
Yes via archery
Are there any user-facing changes?
No