mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: zig-0.14: Set max_rss to unlimited.
Upstream sets this for CI purposes, but it fails my ARM builds. The limit itself doesn't make too much sense as long as zig builds and the build host is big enough, so simply allowing unlimited rss should be fine. * gnu/packages/zig.scm (zig-0.14)[source]: Set max_rss to unlimited. Change-Id: I2dcd6f9f41f41eadad94aaf8eab4ead81ecb3c30 Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
883fd4bba0
commit
f3a8c28f3f
1 changed files with 7 additions and 1 deletions
|
@ -1871,7 +1871,13 @@ toolchain. Among other features it provides
|
|||
(search-patches
|
||||
"zig-0.14-use-baseline-cpu-by-default.patch"
|
||||
"zig-0.14-use-system-paths.patch"
|
||||
"zig-0.14-fix-runpath.patch"))))
|
||||
"zig-0.14-fix-runpath.patch"))
|
||||
(snippet
|
||||
#~(begin
|
||||
#$(origin-snippet (package-source zig-0.13))
|
||||
;; TODO: Add this to zig-source.
|
||||
(substitute* "build.zig"
|
||||
(("\\.*.max_rss.*") ""))))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs zig-0.13)
|
||||
(replace "clang" clang-19)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue