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

upgrade llvm from 3.9 to 9 #606

Merged
merged 1 commit into from
Apr 21, 2022
Merged

upgrade llvm from 3.9 to 9 #606

merged 1 commit into from
Apr 21, 2022

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented Apr 20, 2022

upgrade llvm to avoid coreclr crashes.
related to dotnet/runtime#66970

curl is already on 7.45.0 so I removed the custom build and added distro package

@@ -56,6 +56,7 @@ RUN apt-get update \
&& apt-get install -y \
autoconf \
automake \
curl \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep building the curl from sources. There was a reason for that, I think it was to get libcurl built with the right APIs.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the very old days, we used curl directly in HttpClient and it did matter what SSL backend was used. I don't think this is the case any more.
That change is 4 years old touching libcurl-openssl1.0-dev as well.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, then I'm fine with it.

Copy link
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants