guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: qtwebkit: Disable non-x86 builds.


From: guix-commits
Subject: 02/09: gnu: qtwebkit: Disable non-x86 builds.
Date: Fri, 6 Sep 2019 18:39:01 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4961364f1681ea5c3fc7a988b4f48db448338cb8
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 6 22:58:26 2019 +0200

    gnu: qtwebkit: Disable non-x86 builds.
    
    * gnu/packages/qt.scm (qtwebkit)[supported-systems]: New field.
---
 gnu/packages/qt.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 52eb46c..165b8fd 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2212,6 +2212,12 @@ time Web content can be enhanced with native controls.")
     ;; Building QtWebKit takes around 13 hours on an AArch64 machine.  Give 
some
     ;; room for slower or busy hardware.
     (properties '((timeout . 64800)))   ;18 hours
+
+    ;; XXX: This consumes too much RAM to successfully build on AArch64 (e.g.,
+    ;; SoftIron OverDrive with 8 GiB of RAM), so instead of wasting resources,
+    ;; disable it on non-Intel platforms.
+    (supported-systems '("x86_64-linux" "i686-linux"))
+
     (license license:lgpl2.1+)))
 
 (define-public dotherside



reply via email to

[Prev in Thread] Current Thread [Next in Thread]