disable jumbo for epel7

This commit is contained in:
Tom Callaway 2019-06-24 11:05:43 -04:00
parent 8ca0005ac1
commit 583677e39c
1 changed files with 4 additions and 0 deletions

View File

@ -6,8 +6,12 @@
%ifarch aarch64
%global use_jumbo 0
%else
%if 0%{?rhel}
%global use_jumbo 0
%else
%global use_jumbo 1
%endif
%endif
# We usually want this.
%global build_headless 1