diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-27 01:16:21 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-27 01:23:50 +0900 |
| commit | eb67e5e0a8821058fed782bf9c90b45c793036a5 (patch) | |
| tree | 7c115251881b0832309967404206a417cfb332c7 /internal/rosa/libseccomp.go | |
| parent | 948afe33e5006f7e37e24bbc69be2e527a07ddb3 (diff) | |
internal/pkg: exclusive artifacts
This alleviates scheduler overhead when curing many artifacts.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/libseccomp.go')
| -rw-r--r-- | internal/rosa/libseccomp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/libseccomp.go b/internal/rosa/libseccomp.go index f42480c0..aae56267 100644 --- a/internal/rosa/libseccomp.go +++ b/internal/rosa/libseccomp.go @@ -9,7 +9,7 @@ func (t Toolchain) newLibseccomp() pkg.Artifact { version = "2.6.0" checksum = "mMu-iR71guPjFbb31u-YexBaanKE_nYPjPux-vuBiPfS_0kbwJdfCGlkofaUm-EY" ) - return t.New("libseccomp-"+version, []pkg.Artifact{ + return t.New("libseccomp-"+version, false, []pkg.Artifact{ t.Load(Make), t.Load(Bash), t.Load(Gperf), |
