summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Balykov <g.balykov@samsung.com>2020-07-22 11:02:06 +0300
committerAlexander Soldatov/AI Compiler Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>2020-07-23 16:00:54 +0300
commit7e23d9a679706df658b80a0572018d3987d23b71 (patch)
tree5cf20c58b289ecea7c053b7f661eb7a6fcc452d3
parent9aadc3653c9e12b47b67a031e486fe0253f8da6d (diff)
downloadcoreclr-7e23d9a679706df658b80a0572018d3987d23b71.tar.gz
coreclr-7e23d9a679706df658b80a0572018d3987d23b71.tar.bz2
coreclr-7e23d9a679706df658b80a0572018d3987d23b71.zip
[Tizen] Disable default build of tests
To build tests for armel/arm64 add: --define 'skiptests 0'
-rwxr-xr-xpackaging/coreclr.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index ed2d9fa28a..0f401015db 100755
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -1,10 +1,10 @@
%{!?dotnet_buildtype: %define dotnet_buildtype Release}
+%{!?skiptests: %define skiptests 1}
%define skipnative 0
%define skipmscorlib 0
%ifarch %{arm} aarch64
-%define skiptests 0
%else
%define skiptests 1
%endif