mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: make-llvm: Remove dynamic linker cache phase also with version 15.0.
On i686-linux the 'make-dynamic-linker-cache fails also when building llvm@15. * gnu/packages/llvm.scm (make-llvm)[arguments]: Remove 'make-dynamic-linker-cache phase on i686-linux also when version is 15.0. Change-Id: Iedbe8ce684aae5d8dc07e3c11e696e1b425b9652
This commit is contained in:
parent
81baead2c4
commit
1e73912d34
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ output), and Binutils.")
|
|||
(rename-file (string-append #$output "/share/opt-viewer")
|
||||
opt-viewer-share))))
|
||||
;; The build daemon goes OOM on i686-linux on this phase.
|
||||
#$@(if (and (version>=? version "16.0")
|
||||
#$@(if (and (version>=? version "15.0")
|
||||
(target-x86-32?))
|
||||
#~((delete 'make-dynamic-linker-cache))
|
||||
#~()))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue