-
Notifications
You must be signed in to change notification settings - Fork 16
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
Release files for arm/aarch are not generated correctly #32
Comments
What's the issue with the generated files? Might be related to the manylinux changes I made |
Some files are much smaller than before, I checked and the .so files are missing. |
I can look into it as well |
Ok I see part of the issue - in x86_64, curl configuration reports this line:
whereas for arm:
Testing a fix here: bjia56#3 |
For arm, the container is missing devtoolset-10-binutils. I'll need to build that from source. |
It seems that the libcurl files are correct now, but the curl binaries are still too small. |
I can take another look at it in the next few days |
Some bug must be introduced in v0.6.0b7...v0.6.0b8
The text was updated successfully, but these errors were encountered: