Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Enable official portable musl build #34352

Merged
merged 3 commits into from
Jan 17, 2019
Merged

Enable official portable musl build #34352

merged 3 commits into from
Jan 17, 2019

Conversation

am11
Copy link
Member

@am11 am11 commented Jan 4, 2019

Portable builds are enabled by default. For linux-musl it is explicitly disabled, which limits this package to be consumed in other muscle-based distros like Void Linux (which has a different name for libssl: libssl.so.46, instead of libssl.so.1.0.0).

cc @janvorli, @weshaggard

Fixes https://github.com/dotnet/corefx/issues/34239

Copy link
Member

@safern safern left a comment

Choose a reason for hiding this comment

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

@am11 am11 changed the title Enable portable builds in linux-musl.groovy Enable official portable musl build Jan 4, 2019
@am11
Copy link
Member Author

am11 commented Jan 4, 2019

@safern, thanks for pointing it out, I have made the change in YAML file. I thought the groovy script is responsible for official builds. :)

@danmoseley
Copy link
Member

Are we OK with changing the build this way? As noted in the issue, we do not support LibreSSL officially. What are the consequences to scenarios that are supported?

@janvorli
Copy link
Member

janvorli commented Jan 5, 2019

@danmosemsft The only change is that the openssl lookup happens at runtime. But we only scan for the openssl versions 1.0.x and 1.1.x. Unless the user sets the env variable CLR_OPENSSL_VERSION_OVERRIDE, it will not try to use the LibreSSL.
An added benefit of this change is that the musl version of .NET Core can now run on systems with OpenSSL 1.1 only installed.

@danmoseley
Copy link
Member

OK

@janvorli janvorli merged commit 1072799 into dotnet:master Jan 17, 2019
@am11 am11 deleted the portable-musl branch January 17, 2019 11:52
@karelz karelz added this to the 3.0 milestone Mar 18, 2019
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Enable portable builds in linux-musl.groovy

* Enable official portable musl build

* Add back Windowws_NT condition


Commit migrated from dotnet/corefx@1072799
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants