-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
fix build curl byte range error #1143
Conversation
alternatively, maybe it should use mirrors, or host the file on github (as release binary)? |
it works fine for me
|
even with an incomplete file in cache
|
interesting... perhaps related to something on my curl client side? from a mac big sur, working, but only on initial (cache miss) pull:
from my ubuntu-18.04 build box:
on the subsequent pulls on mac:
looks like server gives 416 error when sending
not sure if perhaps it can be handled, i.e. permitting error code 33 to pass looking for ideas on this. I do see the need for caching (to not hammer buildroot's servers unnecessarily). |
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.
We plan to stop using this script and remove it in the near future.
Please keep this in mind.
fixes #920
seems like buildroot.org servers not supporting byte range requests