[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 01/03: gnu: clang-15: Fix building on i686-linux.
From: |
Ludovic Courtès |
Subject: |
Re: 01/03: gnu: clang-15: Fix building on i686-linux. |
Date: |
Sun, 30 Jun 2024 11:35:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hey Efraim,
guix-commits@gnu.org skribis:
> + ;; The build daemon goes OOM on i686-linux on this phase.
> + ,@(if (and (version>=? version "15")
> + (target-x86-32?))
> + '((delete 'make-dynamic-linker-cache))
Just a quick note: for things like this, I think it’s nice to refer to
the bug report in the comment (<https://issues.guix.gnu.org/59365> in
this case) so our future selves can more easily tell whether the
workaround is still relevant.
Thanks for pushing these fixes!
Ludo’.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: 01/03: gnu: clang-15: Fix building on i686-linux.,
Ludovic Courtès <=