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

update manylinux docker scripts #7824

Open
wants to merge 9 commits into
base: RC_2_0
Choose a base branch
from
Open

update manylinux docker scripts #7824

wants to merge 9 commits into from

Conversation

arvidn
Copy link
Owner

@arvidn arvidn commented Jan 24, 2025

cd tools/cibuildwheel/manylinux
./update-scripts.sh

@xavier2k6
Copy link
Contributor

The agreement between Boost & JFrog came to an end in December 2024.


Reference:


  • Update "boost download URL" to archives.boost.io

From:

curl -L -o "$TEMP_ARCHIVE" "https://boostorg.jfrog.io/artifactory/main/release/${VERSION}/source/boost_${VUNDER}.tar.gz"

To:

curl -L -o "$TEMP_ARCHIVE" "https://archives.boost.io/release/${VERSION}/source/boost_${VUNDER}.tar.gz"

@arvidn
Copy link
Owner Author

arvidn commented Jan 25, 2025

there are a lot of ripple effects of updating this. GCC ICE on the updated OpenSSL

@xavier2k6
Copy link
Contributor

Change all instances of pypa/cibuildwheel@v2.21.3 -> pypa/cibuildwheel@v2.22.0 to see if it helps with regard to giving more verbose details.

@arvidn
Copy link
Owner Author

arvidn commented Jan 25, 2025

It's not clear to me why cibuildwheel needs to build OpenSSL from source. I would think it would be faster and simpler to just yum install -y openssl-dev instead

@xavier2k6
Copy link
Contributor

It's not clear to me why cibuildwheel needs to build OpenSSL from source.

It may be to do with the arch, just like with windows where we had to install 32bit via vcpkg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants