removed bcond for debug build as it causes failures on koji
This commit is contained in:
parent
c02fc39cdc
commit
c66793c7cf
@ -38,12 +38,7 @@ ExcludeArch: s390x
|
|||||||
%ifarch ppc64 s390x
|
%ifarch ppc64 s390x
|
||||||
%global big_endian 1
|
%global big_endian 1
|
||||||
%endif
|
%endif
|
||||||
%bcond_without debug
|
|
||||||
%if %{with debug}
|
|
||||||
%global debug_build 1
|
|
||||||
%else
|
|
||||||
%global debug_build 0
|
%global debug_build 0
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?build_with_pgo}
|
%if 0%{?build_with_pgo}
|
||||||
%global use_xvfb 1
|
%global use_xvfb 1
|
||||||
|
Loading…
Reference in New Issue
Block a user