[release/6.0] Mono musl support (backport #76500)#78274
[release/6.0] Mono musl support (backport #76500)#78274ayakael wants to merge 1 commit intodotnet:release/6.0from
Conversation
|
Tagging subscribers to this area: @directhex Issue DetailsBackport of #76500 to Customer ImpactPermits building of mono-flavored runtme on mono-based systems like Alpine Linux. Without this patch, build fails and Testing
RiskLow as most of the modifications only expresses themselves when musl-based system is detected.
|
bc3d701 to
c330fdc
Compare
|
WasmBuildTests on this should pass after #78062, which fixes the nuget source for `Microsoft.NET.Workload.Emscripten.Manifest-6.0.400. |
This PR touches some native code. This might have to go through Tactics. Do we need this in 7.0.1? Today is the deadline to merge backports that will go into the December release, but the day is almost over to request an approval. |
|
Let's please focus on #76500 first before creating 6.0/7.0 backports. We can do the backports once the main change is in. Closing this in the meantime, thanks 👍 |
Backport of #76500 to
release/6.0/cc: @am11
Customer Impact
Permits building of mono-flavored runtme on mono-based systems like Alpine Linux. Without this patch, build fails and
s390xplatforms. This would presumably cover all other mono-supported platforms as well.Testing
Risk
Low as most of the modifications only expresses themselves when musl-based system is detected.