try disabling jumbo for aarch64

epel8
Tom Callaway 6 years ago
parent a21606ada3
commit 6a0dee3b9c

@ -3,7 +3,11 @@
%global _python_bytecompile_extra 1
# This is faster when it works, but it doesn't always.
%ifarch aarch64
%global use_jumbo 0
%else
%global use_jumbo 1
%endif
# We usually want this.
%global build_headless 1

Loading…
Cancel
Save