Disable i586 and arm64 build
authorJiyoung Yun <jy910.yun@samsung.com>
Tue, 13 Dec 2016 04:56:09 +0000 (13:56 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Tue, 21 Feb 2017 05:47:06 +0000 (14:47 +0900)
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: If824a529778da8a1feffd0fbd53250df8dd465df

packaging/coreclr.spec

index f30f2f4..e533402 100644 (file)
@@ -1,15 +1,19 @@
 %{!?dotnet_buildtype: %define dotnet_buildtype Release}
 
-%ifarch x86_64
+%ifarch armv7l
 %define support_test 1
 %define skipnative 0
 %define skipmscorlib 0
-%endif
-
-%ifarch armv7l
+%else
+%ifarch x86_64
 %define support_test 1
 %define skipnative 0
 %define skipmscorlib 0
+%else
+%define support_test 0
+%define skipnative 1
+%define skipmscorlib 1
+%endif
 %endif
 
 Name:          coreclr