SHA256
1
0
forked from pool/dwz

Accepting request 726763 from home:tomdevries:branches:devel:tools:compiler-dwz-ring0

- Disable dwz:testsuite if %{with ringdisabled}

OBS-URL: https://build.opensuse.org/request/show/726763
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/dwz?expand=0&rev=19
This commit is contained in:
Martin Pluskal 2019-08-29 00:40:28 +00:00 committed by Git OBS Bridge
parent 51a83207a7
commit 0a849effcb
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 28 12:47:09 UTC 2019 - Tom de Vries <tdevries@suse.com>
- Disable dwz:testsuite if %{with ringdisabled}
-------------------------------------------------------------------
Fri Aug 16 11:26:06 UTC 2019 - Tom de Vries <tdevries@suse.de>

View File

@ -18,7 +18,12 @@
%define flavor @BUILD_FLAVOR@%{nil}
%bcond_with ringdisabled
%if "%flavor" == "testsuite"
%if %{with ringdisabled}
ExclusiveArch: do_not_build
%endif
%define build_main 0
%define build_testsuite 1
%else