Skip to content

GH-49263: [Python][CI] Install rust compiler for libcst only on Debian 32 bits#49265

Open
raulcd wants to merge 2 commits intoapache:mainfrom
raulcd:GH-49263
Open

GH-49263: [Python][CI] Install rust compiler for libcst only on Debian 32 bits#49265
raulcd wants to merge 2 commits intoapache:mainfrom
raulcd:GH-49263

Conversation

@raulcd
Copy link
Member

@raulcd raulcd commented Feb 12, 2026

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

@github-actions
Copy link

⚠️ GitHub issue #49263 has been automatically assigned in GitHub to PR creator.

@raulcd
Copy link
Member Author

raulcd commented Feb 12, 2026

@github-actions crossbow submit test-debian-13-python-3-i386

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Feb 12, 2026
@github-actions
Copy link

Revision: 6847715

Submitted crossbow builds: ursacomputing/crossbow @ actions-5e74de75da

Task Status
test-debian-13-python-3-i386 GitHub Actions

@raulcd
Copy link
Member Author

raulcd commented Feb 12, 2026

@github-actions crossbow submit test-debian-13-python-3-i386

@github-actions
Copy link

Revision: 05b3a6c

Submitted crossbow builds: ursacomputing/crossbow @ actions-d6beb74d9e

Task Status
test-debian-13-python-3-i386 GitHub Actions

@raulcd raulcd marked this pull request as ready for review February 12, 2026 18:56
@raulcd raulcd requested a review from rok February 12, 2026 18:56
tzdata \
tzdata-legacy \
zlib1g-dev && \
if [ ${arch} = "i386" ]; then \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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.

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting changes Awaiting changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant