From 07cd73433ee37a8c9d37e696ce07732ac10be6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 11 Sep 2025 18:10:36 +0200 Subject: [PATCH] llvm21: trigger build on x86 weirdly -j1 triggers an out of memory locally on x86. --- sys-devel/llvm/llvm21-21.1.1.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/llvm/llvm21-21.1.1.recipe b/sys-devel/llvm/llvm21-21.1.1.recipe index 058875ffc..050ed73fa 100644 --- a/sys-devel/llvm/llvm21-21.1.1.recipe +++ b/sys-devel/llvm/llvm21-21.1.1.recipe @@ -679,9 +679,9 @@ BUILD() -DLLVM_ENABLE_RUNTIMES="libunwind" \ -DLIBOMP_INSTALL_ALIASES=OFF - case "$buildArchitecture" in - x86 | x86_gcc2) jobArgs="-j1" ;; - esac + #case "$buildArchitecture" in + # x86 | x86_gcc2) jobArgs="-j1" ;; + #esac export DISABLE_ASLR=1 cmake --build build $jobArgs