Uh oh!
There was an error while loading. Please reload this page.
Fix enterprise linux build - #84795
Conversation
Ensure a recent lld is available on the build host
ghost
commented
Apr 13, 2023
Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones Issue DetailsEnsure a recent lld is available on the build host. Attempting to fix the issue mentioned in #84148 (comment).
|
sbomer
commented
Apr 13, 2023
/azp run runtime-libraries enterprise-linux |
|
Azure Pipelines successfully started running 1 pipeline(s). |
As it is now installed in the ubuntu-22.04 image
rzikm
commented
Apr 19, 2023
does perhaps Ubuntu 22 come with a different libgss version than Ubuntu 18? |
sbomer
commented
Apr 19, 2023
I believe this is the same issue hit in #67353. Ubuntu 22.04 comes with openssl 3, which doesn't include md4 (except as a legacy provider) that gss-ntlmssp depends on. gss-ntlmssp was updated with a fix that lets it use the legacy provider, but the fix was released in version 1.1.0, while ubuntu 22.04 only has 0.7.0 available. Even the latest Ubuntu (22.10) only has 1.0.0. Would it be acceptable to enable the legacy provider in the openssl config for this test (this workaround: #67353 (comment))? @wfurt |
rzikm
commented
Apr 20, 2023
Sounds reasonable to me |
wfurt
commented
Apr 21, 2023
I guess it is too late but I'm wondering if we could just jump to 20.04 to avoid all the OpenSSL 3 mess. |
Ensure a recent lld is available on the build host. See dotnet/dotnet-buildtools-prereqs-docker#843.
Attempting to fix the issue mentioned in #84148 (comment).
Fixes#85035