disable jumbo for epel7

epel8
Tom Callaway 5 years ago
parent 8ca0005ac1
commit 583677e39c

@ -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

Loading…
Cancel
Save