File tree Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Expand file tree Collapse file tree 5 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 30
30
<!-- End: Package sources from dotnet-runtime -->
31
31
<!-- Begin: Package sources from dotnet-templating -->
32
32
<add key =" darc-pub-dotnet-templating-643e034" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-643e034b/nuget/v3/index.json" />
33
+ <add key =" darc-pub-dotnet-templating-488c525" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-488c525e/nuget/v3/index.json" />
33
34
<!-- End: Package sources from dotnet-templating -->
34
35
<!-- Begin: Package sources from dotnet-windowsdesktop -->
35
36
<add key =" darc-int-dotnet-windowsdesktop-8506c0d" value =" https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-8506c0d8/nuget/v3/index.json" />
Original file line number Diff line number Diff line change 491
491
</Dependency >
492
492
</ProductDependencies >
493
493
<ToolsetDependencies >
494
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25114.5 " >
494
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25120.1 " >
495
495
<Uri >https://github.com/dotnet/arcade</Uri >
496
- <Sha >221fba21fbd6a29f17af7a7004f8ef18a51519bd </Sha >
496
+ <Sha >4ff4ce248e95ae74b0040de6a6c5939aa63120dc </Sha >
497
497
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
498
498
</Dependency >
499
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25114.5 " >
499
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.25120.1 " >
500
500
<Uri >https://github.com/dotnet/arcade</Uri >
501
- <Sha >221fba21fbd6a29f17af7a7004f8ef18a51519bd </Sha >
501
+ <Sha >4ff4ce248e95ae74b0040de6a6c5939aa63120dc </Sha >
502
502
</Dependency >
503
- <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.25114.5 " >
503
+ <Dependency Name =" Microsoft.DotNet.SignTool" Version =" 8.0.0-beta.25120.1 " >
504
504
<Uri >https://github.com/dotnet/arcade</Uri >
505
- <Sha >221fba21fbd6a29f17af7a7004f8ef18a51519bd </Sha >
505
+ <Sha >4ff4ce248e95ae74b0040de6a6c5939aa63120dc </Sha >
506
506
</Dependency >
507
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.25114.5 " >
507
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 8.0.0-beta.25120.1 " >
508
508
<Uri >https://github.com/dotnet/arcade</Uri >
509
- <Sha >221fba21fbd6a29f17af7a7004f8ef18a51519bd </Sha >
509
+ <Sha >4ff4ce248e95ae74b0040de6a6c5939aa63120dc </Sha >
510
510
</Dependency >
511
511
<Dependency Name =" System.Reflection.MetadataLoadContext" Version =" 8.0.1" >
512
512
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri >
Original file line number Diff line number Diff line change 36
36
<SystemCollectionsImmutablePackageVersion >7.0.0</SystemCollectionsImmutablePackageVersion >
37
37
<SystemDiagnosticsFileVersionInfoVersion >4.0.0</SystemDiagnosticsFileVersionInfoVersion >
38
38
<SystemReflectionMetadataVersion >7.0.0</SystemReflectionMetadataVersion >
39
- <MicrosoftDotNetSignToolVersion >8.0.0-beta.25114.5 </MicrosoftDotNetSignToolVersion >
39
+ <MicrosoftDotNetSignToolVersion >8.0.0-beta.25120.1 </MicrosoftDotNetSignToolVersion >
40
40
<MicrosoftWebXdtPackageVersion >7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion >
41
41
<SystemSecurityCryptographyProtectedDataPackageVersion >8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion >
42
42
<SystemCollectionsSpecializedPackageVersion >4.3.0</SystemCollectionsSpecializedPackageVersion >
213
213
<PropertyGroup >
214
214
<FluentAssertionsVersion >6.12.0</FluentAssertionsVersion >
215
215
<FluentAssertionsJsonVersion >6.1.0</FluentAssertionsJsonVersion >
216
- <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.25114.5 </MicrosoftDotNetXUnitExtensionsVersion >
216
+ <MicrosoftDotNetXUnitExtensionsVersion >8.0.0-beta.25120.1 </MicrosoftDotNetXUnitExtensionsVersion >
217
217
<MoqPackageVersion >4.18.4</MoqPackageVersion >
218
218
<XunitCombinatorialVersion >1.3.2</XunitCombinatorialVersion >
219
219
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion >
Original file line number Diff line number Diff line change @@ -280,6 +280,8 @@ elseif(TARGET_ARCH_NAME MATCHES "^(arm64|x64)$")
280
280
add_toolchain_linker_flag ("-Wl,--rpath-link=${CROSS_ROOTFS} /usr/lib64" )
281
281
add_toolchain_linker_flag ("-Wl,--rpath-link=${TIZEN_TOOLCHAIN_PATH} " )
282
282
endif ()
283
+ elseif (TARGET_ARCH_NAME STREQUAL "s390x" )
284
+ add_toolchain_linker_flag ("--target=${TOOLCHAIN} " )
283
285
elseif (TARGET_ARCH_NAME STREQUAL "x86" )
284
286
if (EXISTS ${CROSS_ROOTFS} /usr/lib/gcc/i586-alpine-linux-musl )
285
287
add_toolchain_linker_flag ("--target=${TOOLCHAIN} " )
@@ -327,6 +329,8 @@ if(TARGET_ARCH_NAME MATCHES "^(arm|armel)$")
327
329
if (TARGET_ARCH_NAME STREQUAL "armel" )
328
330
add_compile_options (-mfloat-abi=softfp )
329
331
endif ()
332
+ elseif (TARGET_ARCH_NAME STREQUAL "s390x" )
333
+ add_compile_options ("--target=${TOOLCHAIN} " )
330
334
elseif (TARGET_ARCH_NAME STREQUAL "x86" )
331
335
if (EXISTS ${CROSS_ROOTFS} /usr/lib/gcc/i586-alpine-linux-musl )
332
336
add_compile_options (--target=${TOOLCHAIN} )
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
"msbuild-sdks" : {
17
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25114.5 " ,
18
- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25114.5 "
17
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25120.1 " ,
18
+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.25120.1 "
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments