guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: zig: Limit to 64bit systems.


From: guix-commits
Subject: 02/03: gnu: zig: Limit to 64bit systems.
Date: Sun, 12 Jun 2022 06:53:10 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3cbef19a90b2cf82040a9e0c1428cf842044538b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 12 10:59:45 2022 +0300

    gnu: zig: Limit to 64bit systems.
    
    * gnu/packages/zig.scm (zig)[supported-systems]: New field.
---
 gnu/packages/zig.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/zig.scm b/gnu/packages/zig.scm
index 9e99fdb857..cda93bed2e 100644
--- a/gnu/packages/zig.scm
+++ b/gnu/packages/zig.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2021 Liliana Marie Prikler <liliana.prikler@gmail.com>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
 ;;; Copyright © 2021 Calum Irwin <calumirwin1@gmail.com>
+;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -99,4 +100,7 @@ toolchain.  Among other features it provides
 @item concurrency via async functions.
 @end itemize")
     (home-page "https://github.com/ziglang/zig";)
+    ;; Currently building zig can take up to 10GB of RAM for linking stage1:
+    ;; https://github.com/ziglang/zig/issues/6485
+    (supported-systems %64bit-supported-systems)
     (license license:expat)))



reply via email to

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