mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: zig: Increase max-silent-time.
* gnu/packages/zig.scm (zig-0.10)[properties]: Set max-silent-time to 3 hours.
This commit is contained in:
parent
5dcbe80da8
commit
9d93c0c789
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ (define-public zig-0.10
|
||||||
;; Currently building zig can take up to 10GB of RAM for linking stage1:
|
;; Currently building zig can take up to 10GB of RAM for linking stage1:
|
||||||
;; https://github.com/ziglang/zig/issues/6485
|
;; https://github.com/ziglang/zig/issues/6485
|
||||||
(supported-systems %64bit-supported-systems)
|
(supported-systems %64bit-supported-systems)
|
||||||
|
;; Stage3 can take a lot of time and isn't verbose.
|
||||||
|
(properties `((max-silent-time . 9600)))
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public zig-0.9
|
(define-public zig-0.9
|
||||||
|
|
Loading…
Reference in a new issue