From 756d36d8b58c8a7611631bccc874a32d9c883ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Thu, 23 Jan 2025 17:01:35 +0000 Subject: [PATCH] fix(rust): temporarily disable SMP fine tunning --- rust/package/agama.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/package/agama.spec b/rust/package/agama.spec index 1a60b5f61d..deafb00dc3 100644 --- a/rust/package/agama.spec +++ b/rust/package/agama.spec @@ -16,10 +16,10 @@ # # Require at least 1.3GB RAM per each parallel job (the size is in MB) -%global _smp_tasksize_proc 1300 +# %global _smp_tasksize_proc 1300 # Redefine the _smp_mflags macro so it takes the amount of RAM into account -%define _smp_mflags "-j%{getncpus:proc}" +# %define _smp_mflags "-j%{getncpus:proc}" Name: agama # This will be set by osc services, that will run after this.