-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-49263: [Python][CI] Install rust compiler for libcst only on Debian 32 bits #49265
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
base: main
Are you sure you want to change the base?
Conversation
… Debian 32 bits as wheel is not provided
|
|
|
@github-actions crossbow submit test-debian-13-python-3-i386 |
|
Revision: 6847715 Submitted crossbow builds: ursacomputing/crossbow @ actions-5e74de75da
|
|
@github-actions crossbow submit test-debian-13-python-3-i386 |
|
Revision: 05b3a6c Submitted crossbow builds: ursacomputing/crossbow @ actions-d6beb74d9e
|
| tzdata \ | ||
| tzdata-legacy \ | ||
| zlib1g-dev && \ | ||
| if [ ${arch} = "i386" ]; then \ |
There was a problem hiding this comment.
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.
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