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/libxml2.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/libxml2.go')
| -rw-r--r-- | internal/rosa/libxml2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/libxml2.go b/internal/rosa/libxml2.go index 02993e46..e373ad91 100644 --- a/internal/rosa/libxml2.go +++ b/internal/rosa/libxml2.go @@ -11,7 +11,7 @@ func (t Toolchain) newLibxml2() pkg.Artifact { version = "2.15.1" checksum = "pYzAR3cNrEHezhEMirgiq7jbboLzwMj5GD7SQp0jhSIMdgoU4G9oU9Gxun3zzUIU" ) - return t.New("libxml2-"+version, []pkg.Artifact{ + return t.New("libxml2-"+version, false, []pkg.Artifact{ t.Load(Make), }, nil, nil, ` cd /usr/src/ |
