there's new gn on epel7, disable bootstrap by default

epel8
Than Ngo 2 years ago
parent dd2f25496a
commit 7fe022bc61

@ -29,12 +29,8 @@
# official builds have less debugging and go faster... but we have to shut some things off. # official builds have less debugging and go faster... but we have to shut some things off.
%global official_build 1 %global official_build 1
# enable|disble bootstrap for gn # enable|disble bootstrap
%if 0%{?rhel} >= 8 || 0%{?fedora}
%global bootstrap 0 %global bootstrap 0
%else
%global bootstrap 1
%endif
# Fancy build status, so we at least know, where we are.. # Fancy build status, so we at least know, where we are..
# %1 where # %1 where

Loading…
Cancel
Save