From 97c51fb4d0cb42d62ee60215b13df4c2d76ca68f Mon Sep 17 00:00:00 2001 From: "build@apk-groulx" Date: Fri, 11 Feb 2022 16:44:05 +0000 Subject: [PATCH 1/1] musl-build --- repos/aspnetcore.proj | 1 + repos/core-sdk.proj | 2 +- repos/core-setup.common.props | 2 +- repos/corefx.common.props | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/repos/aspnetcore.proj b/repos/aspnetcore.proj index fc04c1b8..e034ec0a 100644 --- a/repos/aspnetcore.proj +++ b/repos/aspnetcore.proj @@ -21,6 +21,7 @@ $(BuildCommandArgs) /p:BuildNodeJs=false $(BuildCommandArgs) /p:SourceBuildRuntimeIdentifier=$(OverrideTargetRid) $(BuildCommandArgs) /p:UseAppHost=false + $(BuildCommandArgs) --os-name linux-musl true diff --git a/repos/core-sdk.proj b/repos/core-sdk.proj index 7a78cf40..35cbb89d 100644 --- a/repos/core-sdk.proj +++ b/repos/core-sdk.proj @@ -9,7 +9,7 @@ $(TargetRid.Substring(0, $(TargetRid.IndexOf("-")))) $(BuildCommandArgs) /p:Rid=$(TargetRid) - $(BuildCommandArgs) /p:AspNetCoreSharedFxInstallerRid=linux-$(Platform) + $(BuildCommandArgs) /p:AspNetCoreSharedFxInstallerRid=linux-musl-$(Platform) $(BuildCommandArgs) /p:OSName=$(OSNameOverride) $(BuildCommandArgs) /p:CoreSetupRid=freebsd-x64 /p:PortableBuild=true diff --git a/repos/core-setup.common.props b/repos/core-setup.common.props index 39821269..8e2fb7a5 100644 --- a/repos/core-setup.common.props +++ b/repos/core-setup.common.props @@ -6,7 +6,7 @@ $(TargetRid) osx-x64 freebsd-x64 - linux-$(Platform) + linux-musl-$(Platform) $(PortableBuild) true true diff --git a/repos/corefx.common.props b/repos/corefx.common.props index 8f214fbb..d7bc9800 100644 --- a/repos/corefx.common.props +++ b/repos/corefx.common.props @@ -12,7 +12,7 @@ osx-x64 freebsd-x64 win-x64 - linux-$(Platform) + linux-musl-$(Platform) $(FlagParameterPrefix)configuration $(Configuration) $(BuildArguments) $(FlagParameterPrefix)restore $(FlagParameterPrefix)build $(FlagParameterPrefix)pack /p:SkipTests=true @@ -24,7 +24,7 @@ $(BuildArguments) /p:PackageRid=$(OverrideTargetRid) - $(BuildArguments) /p:RuntimeOS=$(OverrideTargetRid.Substring(0, $(OverrideTargetRid.IndexOf("-")))) + $(BuildArguments) /p:RuntimeOS=$(OverrideTargetRid.Substring(0, $(OverrideTargetRid.IndexOf("-"))))-musl $(BuildArguments) /p:RuntimeOS=$(OverrideTargetRid) $(BuildArguments) /p:PortableBuild=$(OverridePortableBuild) $(BuildArguments) /p:ILAsmToolPath=$(ToolPackageExtractDir)coreclr-tools/ -- 2.34.1