guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: zig: Increase max-silent-time.


From: guix-commits
Subject: 01/08: gnu: zig: Increase max-silent-time.
Date: Mon, 20 Mar 2023 12:34:02 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9d93c0c7890bd95ed8d69f140dfa2aebe066ca96
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 20 09:53:25 2023 +0200

    gnu: zig: Increase max-silent-time.
    
    * gnu/packages/zig.scm (zig-0.10)[properties]: Set max-silent-time to 3
    hours.
---
 gnu/packages/zig.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/zig.scm b/gnu/packages/zig.scm
index 2c89343cb1..6d6b7ec4b4 100644
--- a/gnu/packages/zig.scm
+++ b/gnu/packages/zig.scm
@@ -112,6 +112,8 @@ toolchain.  Among other features it provides
     ;; 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)
+    ;; Stage3 can take a lot of time and isn't verbose.
+    (properties `((max-silent-time . 9600)))
     (license license:expat)))
 
 (define-public zig-0.9



reply via email to

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