From: Steve MacLean Date: Wed, 2 Aug 2017 00:24:51 +0000 (-0400) Subject: [Arm64/Unix] Add OfficialBuildRID linux-arm64 (#12372) X-Git-Tag: accepted/tizen/base/20180629.140029~1083^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca006da16473f009ef0bc74ea2394d244258c2cf;p=platform%2Fupstream%2Fcoreclr.git [Arm64/Unix] Add OfficialBuildRID linux-arm64 (#12372) * [Arm64/Unix] Add OfficialBuildRID linux-arm64 * [Arm64/Unix] Fix nuget package build --- diff --git a/netci.groovy b/netci.groovy index a1712dd..b93b072 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1794,7 +1794,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR } if (!enableCorefxTesting) { - buildCommands += "ROOTFS_DIR=/opt/arm64-xenial-rootfs ./build.sh skipmscorlib verbose ${lowerConfiguration} ${architecture} cross clang3.8 skipnuget ${standaloneGc}" + buildCommands += "ROOTFS_DIR=/opt/arm64-xenial-rootfs ./build.sh verbose ${lowerConfiguration} ${architecture} cross clang3.8 ${standaloneGc}" // HACK -- Arm64 does not have corefx jobs yet. buildCommands += "git clone https://github.com/dotnet/corefx fx" diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props index d62f4d6..dd34d3d 100644 --- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props +++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props @@ -4,11 +4,13 @@ <_PlatformDoesNotSupportCreatedump Condition="'$(Platform)' == 'arm'">true <_PlatformDoesNotSupportCreatedump Condition="'$(Platform)' == 'armel'">true <_PlatformDoesNotSupportCreatedump Condition="'$(Platform)' == 'x86'">true + <_PlatformDoesNotSupportCreatedump Condition="'$(Platform)' == 'arm64'">true <_PlatformDoesNotSupportCreatedump Condition="'$(_runtimeOSFamily)' == 'tizen'">true <_PlatformDoesNotSupportEventTrace Condition="'$(_runtimeOSFamily)' == 'tizen'">true <_PlatformDoesNotSupportEventTrace Condition="'$(Platform)' == 'arm64'">true <_PlatformDoesNotSupportEventTrace Condition="'$(Platform)' == 'x86'">true <_PlatformDoesNotSupportSosPlugin Condition="'$(_runtimeOSFamily)' == 'android'">true + <_PlatformDoesNotSupportSosPlugin Condition="'$(Platform)' == 'arm64'">true diff --git a/src/.nuget/dir.props b/src/.nuget/dir.props index 52e9436..87bce5b 100644 --- a/src/.nuget/dir.props +++ b/src/.nuget/dir.props @@ -135,6 +135,9 @@ arm + + arm64 + armel