From 6bcf16be37ba2e7cbed857f84c9d62b8b5407a2d Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 1 Oct 2021 16:57:11 -0500 Subject: [PATCH] [ArPow] Add runtime patch to produce symbol archives (#12220) --- .../0002-Produce-symbols-archives.patch | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/SourceBuild/tarball/patches/runtime/0002-Produce-symbols-archives.patch diff --git a/src/SourceBuild/tarball/patches/runtime/0002-Produce-symbols-archives.patch b/src/SourceBuild/tarball/patches/runtime/0002-Produce-symbols-archives.patch new file mode 100644 index 000000000..4eb878225 --- /dev/null +++ b/src/SourceBuild/tarball/patches/runtime/0002-Produce-symbols-archives.patch @@ -0,0 +1,42 @@ +From 7577b8cf676f7d38363052e2bc8da931af1cc279 Mon Sep 17 00:00:00 2001 +From: Jeremy Koritzinsky +Date: Thu, 30 Sep 2021 16:04:21 -0700 +Subject: [PATCH] Produce symbols archives. + +Contributes to #49026 + +https://github.com/dotnet/runtime/pull/59843 handles adding the patch to the runtime repo. +--- + .../Microsoft.NETCore.App.Runtime.Composite.sfxproj | 2 +- + .../Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj +index a3f364815d6..5fe3ba42252 100644 +--- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj ++++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.Composite.sfxproj +@@ -7,7 +7,7 @@ + dotnet-runtime-internal-composite + $(SharedFrameworkName).Composite + $(SharedFrameworkName).Composite.PGO +- true ++ true + dotnet-runtime-composite-symbols + true + true +diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj +index 4fa48f4e0c9..1d43304d72b 100644 +--- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj ++++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj +@@ -8,7 +8,7 @@ + dotnet-runtime + dotnet-runtime-internal + $(SharedFrameworkName).PGO +- true ++ true + dotnet-runtime-symbols + NetCore.SharedFramework + true +-- +2.29.2 +