From aee338a0be16ba360a961aa56a29770d10c6ea46 Mon Sep 17 00:00:00 2001 From: "Antoine Martin" Date: Wed, 19 Jan 2022 15:52:52 +0000 Subject: [PATCH 1/1] installer_musl-build-fix --- build.sh | 2 +- src/SourceBuild/tarball/content/Directory.Build.props | 2 +- src/redist/targets/Crossgen.targets | 2 +- src/redist/targets/GenerateLayout.targets | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 594a355fa..ae575963a 100755 --- a/build.sh +++ b/build.sh @@ -55,5 +55,5 @@ if [ ! -z "$BUILD_IN_DOCKER" ]; then else # Run under sudo so we can set ulimit # See https://github.com/dotnet/core-eng/issues/14808 - sudo -E $DIR/run-build.sh $args + $DIR/run-build.sh $args fi diff --git a/src/SourceBuild/tarball/content/Directory.Build.props b/src/SourceBuild/tarball/content/Directory.Build.props index 51f8e3c5a..2661667b5 100644 --- a/src/SourceBuild/tarball/content/Directory.Build.props +++ b/src/SourceBuild/tarball/content/Directory.Build.props @@ -190,7 +190,7 @@ freebsd-$(Platform) osx-$(Platform) - linux-$(Platform) + linux-musl-$(Platform) win-$(Platform) diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index 8949af132..afd2fa49c 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -6,7 +6,7 @@ microsoft.netcore.app.runtime.$(SharedFrameworkRid) - microsoft.netcore.app.crossgen2.$(HostOSName)-$(BuildArchitecture) + microsoft.netcore.app.crossgen2.$(SharedFrameworkRid) $(NuGetPackageRoot)/$(RuntimeNETCrossgenPackageName)/$(MicrosoftNETCoreAppRuntimePackageVersion)/tools/crossgen2$(ExeExtension) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 3917efa60..3746e9c10 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -95,6 +95,7 @@ aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefInternalPackageVersion)-$(AspNetCoreSharedFxInstallerRid)$(InstallerExtension) aspnetcoremodule_$(Architecture)_en_v2_$(MicrosoftAspNetCoreAppRuntimePackageVersion)$(InstallerExtension) aspnetcore-targeting-pack-$(MicrosoftAspNetCoreAppRefPackageVersion)$(ArchiveExtension) + $(MicrosoftAspNetCoreAppRuntimewinx64PackageVersion) aspnetcore-runtime-internal-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreSharedFxArchiveRid)$(ArchiveExtension) -- 2.34.1