From 1b0a538f540a15579c5891c07f8741e86d65a190 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Thu, 15 Jun 2017 18:03:42 +0900 Subject: Version up to coreclr-2.0.0.11992 Change-Id: I16a40361afc9f6aedef1c6748d5ba293aa7b0e97 --- packaging/coreclr.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'packaging/coreclr.spec') diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec index 07aea25496..226893a216 100644 --- a/packaging/coreclr.spec +++ b/packaging/coreclr.spec @@ -9,10 +9,10 @@ %define dotnet_version 2.0.0 # git rev-parse --verify HEAD -%define CORECLR_GIT_HASH 8b1595b74c943b33fa794e63e440e6f4c9679478 +%define CORECLR_GIT_HASH 9679ded412d1421f3d54ee3082e8b5f900217a4a Name: coreclr -Version: 2.0.0.11599 +Version: 2.0.0.11992 Release: 0 Summary: Microsoft .NET Runtime, Coreclr Group: Development/Languages @@ -24,10 +24,10 @@ Source1001: %{name}.manifest Source1002: libicu.tar.gz Source1003: dep_libs.tar.gz # Gbp-Ignore-Patches: 0 1 2 3 -Patch0: Add-project.lock.json-files.patch +Patch0: Add-project.assets.json-files.patch Patch1: Add-Tizen-RuntimeID-case.patch Patch2: Change-O3-build-in-clang3.8.patch -Patch3: Enable_build_with_FEATURE_DBGIPC.patch +Patch3: Fix-build-breakage-on-high-processsor-machines-12114.patch ExcludeArch: aarch64 @@ -235,15 +235,15 @@ export PAL_DBG_CHANNELS="" # No build native and mscorlib. %else # Build native only. -./build.sh %{_barch} %{_buildtype} clang3.8 skipmscorlib skipgenerateversion skipnuget %{testopt} stripSymbols cmakeargs -DFEATURE_GDBJIT=TRUE cmakeargs -DFEATURE_DBGIPC=0 +./build.sh %{_barch} %{_buildtype} clang3.8 skipmscorlib skipgenerateversion skipnuget %{testopt} cmakeargs -DFEATURE_GDBJIT=TRUE cmakeargs -DFEATURE_DBGIPC=0 %endif %else %if 0%{skipnative} # Build mscorlib only. -./build.sh %{_barch} %{_buildtype} -skiprestore skipnative skipnuget %{testopt} +./build.sh %{_barch} %{_buildtype} -skiprestore skipnative skipnuget %{testopt} -- /p:RestorePackages=false %else # Build native and mscorlib. -./build.sh %{_barch} %{_buildtype} clang3.8 skipgenerateversion -skiprestore skipnuget %{testopt} stripSymbols cmakeargs -DFEATURE_GDBJIT=TRUE cmakeargs -DFEATURE_DBGIPC=0 +./build.sh %{_barch} %{_buildtype} clang3.8 skipgenerateversion skipnuget %{testopt} cmakeargs -DFEATURE_GDBJIT=TRUE cmakeargs -DFEATURE_DBGIPC=0 cmakeargs -DFEATURE_NI_BIND_FALLBACK=false -- /p:RestorePackages=false %endif %endif -- cgit v1.2.3