From eb67e5e0a8821058fed782bf9c90b45c793036a5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 27 Jan 2026 01:16:21 +0900 Subject: internal/pkg: exclusive artifacts This alleviates scheduler overhead when curing many artifacts. Signed-off-by: Ophestra --- internal/rosa/llvm.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/llvm.go') diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 59d8046f..bfd75b2f 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -197,6 +197,8 @@ cp -r /system/include /usr/include && rm -rf /system/include "ROSA_LLVM_RUNTIMES=" + strings.Join(runtimes, ";"), }, attr.env), ScriptEarly: scriptEarly, Script: script + attr.script, + + Exclusive: true, }) } -- cgit v1.3.1