internal/pkg: exclusive artifacts

This alleviates scheduler overhead when curing many artifacts.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-27 01:16:21 +09:00
parent 948afe33e5
commit eb67e5e0a8
31 changed files with 132 additions and 68 deletions

View File

@@ -42,7 +42,7 @@ rmdir -v /work/lib
script = ""
}
return t.New("musl-"+version, stage3Concat(t, attr.Extra,
return t.New("musl-"+version, false, stage3Concat(t, attr.Extra,
t.Load(Make),
), nil, slices.Concat([]string{
"ROSA_MUSL_TARGET=" + target,