commit 6a0dee3b9c274867daa2584c6ec6fb744c9f5432
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Sun Mar 17 19:00:54 2019 -0400
try disabling jumbo for aarch64
chromium.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/chromium.spec b/chromium.spec
index 1aea42c..ddc465b 100644
--- a/chromium.spec
+++ b/chromium.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