Blame SOURCES/runtime-no-shared-compilation.patch

8c3e2c
Index: source-build-tarball/src/runtime.826f81a11ad17f415668fe1cb934bdaf00d36ea2/Directory.Build.props
8c3e2c
===================================================================
8c3e2c
--- a/Directory.Build.props
8c3e2c
+++ b/Directory.Build.props
8c3e2c
@@ -7,6 +7,7 @@
8c3e2c
          For offline builds we still set OfficialBuildId but we need to build all the packages for a single
8c3e2c
          leg only, so we also take DotNetBuildFromSource  into account. -->
8c3e2c
     <BuildingAnOfficialBuildLeg Condition="'$(BuildingAnOfficialBuildLeg)' == '' and '$(OfficialBuildId)' != '' and '$(DotNetBuildFromSource)' != 'true'">true</BuildingAnOfficialBuildLeg>
8c3e2c
+    <UseSharedCompilation>false</UseSharedCompilation>
8c3e2c
   </PropertyGroup>
8c3e2c
 
8c3e2c
   <PropertyGroup Label="CalculateTargetOS">