-
Notifications
You must be signed in to change notification settings - Fork 446
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
[VMR] Light up Alpine lanes #19332
[VMR] Light up Alpine lanes #19332
Conversation
Closes: dotnet/source-build#3843 Closes: dotnet/source-build#3844 Closes: dotnet/source-build#3846 Closes: dotnet/source-build#3848
Please wait until #19366 is merged and the merge with latest main to make sure that the tests work with these added lanes. |
/azp run installer-unified-build-full |
Azure Pipelines successfully started running 1 pipeline(s). |
windowsdesktop failure is unrelated. |
useMonoRuntime: true | ||
targetOS: linux-musl | ||
targetArchitecture: x64 | ||
extraProperties: /p:TargetRID=linux-musl-x64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed that the TargetRID isn't calculated based on TargetOS and TargetArchitecture which seems weird to me but is entirely unrelated to this change.
Happy to see this! I've divested from developping the Alpine dotnet package further due to lack of time, but hopefully this will help get better support for mono which is what cripples mono-based runtimes on musl. |
Closes: dotnet/source-build#3843
Closes: dotnet/source-build#3844
Closes: dotnet/source-build#3846
Closes: dotnet/source-build#3848