From f2a566fc2add772e07031dd71a042eaea542fc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 11 Sep 2025 19:24:50 +0200 Subject: [PATCH] llvm21: trigger build with -j2 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 050ed73fa..85531ae19 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="-j2" ;; + esac export DISABLE_ASLR=1 cmake --build build $jobArgs