Skip to content
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

[main] Adds alternative musl version of MicrosoftAspNetCoreAppRuntimePackageVersion #14644

Closed

Conversation

ayakael
Copy link
Contributor

@ayakael ayakael commented Oct 3, 2022

Wrong version of aspnetcore-runtime-internal-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension) is pulled by installer when building source-build on Alpine Linux. Version 7.0.0-rc.1.22404 is expected, but aspnetcore builds 7.0.0-rc.2.22452.11.

This attempts to fix by adding an alternative musl version of this, similar to how an alternative is provided to osx64 and win64 builds.

Fixes dotnet/source-build#3121

@ayakael ayakael requested a review from a team as a code owner October 3, 2022 19:22
@ayakael ayakael force-pushed the musl-aspnetcore-runtime-version-fix branch from f748ccd to f685d85 Compare October 3, 2022 19:24
@ayakael ayakael force-pushed the musl-aspnetcore-runtime-version-fix branch from f685d85 to e0b6463 Compare October 3, 2022 19:36
@ayakael
Copy link
Contributor Author

ayakael commented Oct 3, 2022

Come to think of it, a fix for this is already being implemented in #14549. Closing.

@ayakael ayakael closed this Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[release/7.0.1xx] Wrong version of aspnetcore.runtime.internal is pulled by GenerateLayout
1 participant