commit a2ceb446b02328d09970613a99480ba4568c73c6
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Sun Mar 17 19:00:54 2019 -0400
try disabling jumbo for aarch64
Signed-off-by: Akarshan Biswas <akarshan.biswas(a)gmail.com>
chromium-freeworld.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index badebb6..568e50b 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -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
Show replies by date