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

Fix broken linux dist caused by curl regression #90

Merged
merged 1 commit into from
May 3, 2021

Conversation

straight-shoota
Copy link
Member

Dist builds are currently broken because git checkout is broken by a regression in curl with HTTP/2 (https://daniel.haxx.se/blog/2021/04/14/curl-7-76-1-h2-works-again/).
We're using the curl package from buster-backports which ships curl 7.74.0 (including the regression). This fix temporarily pins to 7.64.0.

@bcardiff Is there a particular reason for using packages from buster-backport for the linux build? If we'd use packages from stable, the bug would not be present.

@straight-shoota straight-shoota merged commit 67cc662 into master May 3, 2021
@straight-shoota straight-shoota deleted the fix/curl-http2 branch May 3, 2021 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants