File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/installer/pkg/sfx/Microsoft.NETCore.App Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2222 <NativeAotSupported Condition="'$(CrossBuild)' == 'true' and '$(TargetOS)' != '$(HostOS)'">false</NativeAotSupported>
2323 <!-- Can't use NativeAOT in source build yet https://github.com/dotnet/runtime/issues/66859 -->
2424 <NativeAotSupported Condition="'$(DotNetBuildFromSource)' == 'true'">false</NativeAotSupported>
25+ <ObjCopyName Condition="'$(ContinuousIntegrationBuild)' == 'true' and '$(CrossBuild)' == 'true' and '$(RuntimeIdentifier)' == 'linux-musl-arm64'">llvm-objcopy-15</ObjCopyName>
26+ <ObjCopyName Condition="'$(ContinuousIntegrationBuild)' == 'true' and '$(CrossBuild)' == 'true' and '$(RuntimeIdentifier)' == 'linux-arm64'">aarch64-linux-gnu-objcopy</ObjCopyName>
2527 </PropertyGroup>
2628
2729 <Target Name="PublishCrossgen"
3335 DestinationFolder="$(MicrosoftNetCoreAppRuntimePackNativeDir)"
3436 SkipUnchangedFiles="true" />
3537
36- <MSBuild Projects="$(RepoRoot)src/coreclr/tools/aot/crossgen2/crossgen2.csproj"
38+ <MSBuild Projects="$(RepoRoot)src/coreclr/tools/aot/crossgen2/crossgen2.csproj"
3739 Targets="Restore"
3840 Properties="MSBuildRestoreSessionId=$([System.Guid]::NewGuid())
3941 ;_IsPublishing=true
4850 ;RuntimeIdentifier=$(PackageRID)
4951 ;NativeAotSupported=$(NativeAotSupported)
5052 ;CoreCLRArtifactsPath=$(CoreCLRArtifactsPath)
53+ ;StripSymbols=true
54+ ;ObjCopyName=$(ObjCopyName)
5155 ;R2ROverridePath=$(MSBuildThisFileDirectory)ReadyToRun.targets">
5256 <Output TaskParameter="TargetOutputs"
5357 ItemName="_RawCrossgenPublishFiles" />
You can’t perform that action at this time.
0 commit comments