-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
ARROW-9109: [Python][Packaging] Enable S3 support in manylinux wheels #7471
Conversation
@github-actions crossbow submit -g wheel |
Revision: 0517d82 Submitted crossbow builds: ursa-labs/crossbow @ actions-326 |
@github-actions crossbow submit -g wheel |
Revision: 282de25 Submitted crossbow builds: ursa-labs/crossbow @ actions-327 |
@github-actions crossbow submit -g wheel |
Revision: f287017 Submitted crossbow builds: ursa-labs/crossbow @ actions-328 |
It seems like everything is working fine here. |
This grows the manylinux wheel sizes by about 2-3 MB (from ~13MB to ~15-16MB). It think it's reasonable. |
Yes, I expected more. |
Very reasonable. Thanks @pitrou! |
Quickly went through it and it LGTM. I can give it a more thorough review tomorrow. |
|
||
# Bintray is much faster but can fail because of limitations | ||
curl -sL https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERSCORE}.tar.bz2 -o /${ARCHIVE_NAME} \ | ||
|| curl -sL https://sourceforge.net/projects/boost/files/boost/${BOOST_VERSION}/boost_${BOOST_VERSION_UNDERSCORE}.tar.bz2 -o /${ARCHIVE_NAME} |
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.
Nice!
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.
FYI: I've created https://bintray.com/apache/arrow/boost-mirror and mirrored Boost 1.73.0 as https://apache.bintray.com/arrow/boost/1.73.0/boost_1_73_0.tar.bz2 .
We can use this to save the official Boost download resource.
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.
The OSX failure is unrelated.
No description provided.