try disabling jumbo for aarch64

This commit is contained in:
Tom Callaway 2019-03-17 19:00:54 -04:00
parent a21606ada3
commit 6a0dee3b9c

View File

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