Uh oh!
There was an error while loading. Please reload this page.
[release/7.0] Mono musl support (backport #76500) - #78273
Conversation
ghost
commented
Nov 12, 2022
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 on Testing
RiskLow as most of the modifications only expresses themselves when musl-based system is detected.
|
carlossanlop
commented
Nov 15, 2022
I see native code changes in this PR, so it might have to go through Tactics. Do we need this in 7.0.1? Today was the deadline for merging backports for the December release. |
ayakael
commented
Nov 15, 2022
There is no rush. On Alpine we use our in-house patching mechanisms. |
akoeplinger
commented
Nov 15, 2022
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 👍 |
am11
commented
Nov 16, 2022
This is the right way. Normally we don't backport new platform addition, so there is no need to backport these changes. There was no testing done during the development cycle on these platforms. |
ayakael
commented
Nov 16, 2022
Copy that. I backported due to Fedora supporting s390x for .NET 6. If it is not desirable we can keep this closed then. |
Backport of #76500 to
release/7.0/cc: @am11
Customer Impact
Permits building of mono-flavored runtme on mono-based systems like Alpine Linux. Without this patch, build fails on
ppc64leands390xplatforms. 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.