-
-
Notifications
You must be signed in to change notification settings - Fork 33
🧪 Pre-build armv7l images for building wheels (clean attempt) #740
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
🧪 Pre-build armv7l images for building wheels (clean attempt) #740
Conversation
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
This one fails already to build openssl:
You need the same workaround as for s390x (exclude the |
6ce677f
to
3e7907d
Compare
@Jakuje I've cherry-picked pyca/infra@519b16b#diff-7bd2e32999fd3511ce4aa7073dad04d03ac90be5c97b9197d40beb0042df7802. Actually, I did that already in #719 but didn't drag it into this PR originally. Now that it's in, the libdl errors are visible yet again. |
c2d7847
to
0619704
Compare
* build armv7l images * Update build-docker-images.yml * Don't use `enable-ec_nistp_64_gcc_128` on armv7l * hack? * We are an armv4 build (cherry picked from commit 519b16bd0803ea22dbd0a4525c641060581c0215)
These are relatively recent upstream and only exist for glibc 2.31.
0619704
to
b5f0964
Compare
Apparently, building the examples somehow attempts linking against `libdl` that it can't locate. But we don't need them regardless.
|
These are relatively recent upstream and only exist for glibc 2.31+.
SUMMARY
$sbj.
ISSUE TYPE
ADDITIONAL INFORMATION
Blocks #648.