[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
- branch master updated (7fc41e6 -> 8cc5d3d), guix-commits, 2019/09/06
- 01/09: gnu: ecl-net.didierverna.asdf-flv: Fix variable name., guix-commits, 2019/09/06
- 02/09: gnu: qtwebkit: Disable non-x86 builds.,
guix-commits <=
- 04/09: gnu: xfconf: Add support for gobject-introspection., guix-commits, 2019/09/06
- 06/09: gnu: xfconf: Fix tests., guix-commits, 2019/09/06
- 08/09: gnu: libxfce4ui: Add vendor., guix-commits, 2019/09/06
- 05/09: gnu: xfconf: Add vala support., guix-commits, 2019/09/06
- 07/09: gnu: libxfce4ui: Add gobject-introspection support., guix-commits, 2019/09/06
- 03/09: doc: Highlight Scheme syntax in the HTML output., guix-commits, 2019/09/06
- 09/09: gnu: xfce4-panel: Fix tzdata path., guix-commits, 2019/09/06