Hey Efraim, guix-comm...@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’.