-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add armv7l-linux-gnueabihf
builder, tester and uploader
#118
base: main
Are you sure you want to change the base?
Conversation
This is going to sit and wait for us to actually have armv7l builders again. I've signed up for backorder notifications for 8GB rpi4's, which should hopefully be sufficient for our build needs. |
Maybe we could get some free ARM computing resources with funding provided by Arm Inc. |
8af6cb1
to
20db268
Compare
And after many moons of inactivity, we have finally procured armv7l hardware! Now begins the great debugging spree:
|
3109d7a
to
9803587
Compare
Would it be easier to manage the workers if we used Aarch64 machines running in 32-bit mode (assuming that we have those available)? I did something like that recently to test out some ARMv7 changes, and it was surprisingly smooth with multi-arch on Debian. |
I'm not entirely sure, but I seem to remember JuliaLang/julia#41064 couldn't be reproduced on aarch64 running the armv7l binary. |
Hmm - some coverage is better than no coverage? Oof, building on aarch64 in an armhf docker container shows plenty of issues for me |
Because testing on armv7l is painful, we run only a very small set of
tests, pending greater investment in armv7l infrastructure.