summaryrefslogtreecommitdiff
path: root/packaging/coreclr.spec
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-06-15 18:03:42 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-06-15 18:03:42 +0900
commit1b0a538f540a15579c5891c07f8741e86d65a190 (patch)
tree1b8a6ffb3d3dfeb61a570879f462c82a278a6123 /packaging/coreclr.spec
parent08934ce010f73576c95fb2518e1fa2b8adeace04 (diff)
downloadcoreclr-1b0a538f540a15579c5891c07f8741e86d65a190.tar.gz
coreclr-1b0a538f540a15579c5891c07f8741e86d65a190.tar.bz2
coreclr-1b0a538f540a15579c5891c07f8741e86d65a190.zip
Change-Id: I16a40361afc9f6aedef1c6748d5ba293aa7b0e97
Diffstat (limited to 'packaging/coreclr.spec')
-rw-r--r--packaging/coreclr.spec14
1 files changed, 7 insertions, 7 deletions
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