diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-31 05:09:17 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-31 08:55:33 +0900 |
| commit | 8b4576bc5f6eaaf703886629f2dfa12ba38b574c (patch) | |
| tree | f347a2189841297be8c5bc96b02dfc610490b19d /internal/rosa/mksh.go | |
| parent | 29ebc52e26811b0a657bd1978b0c02284822462f (diff) | |
internal/rosa: migrate to make helper
This migrates artifacts that the helper cannot produce an identical instance of.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/mksh.go')
| -rw-r--r-- | internal/rosa/mksh.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/rosa/mksh.go b/internal/rosa/mksh.go index 6e9d00a5..ffef8e53 100644 --- a/internal/rosa/mksh.go +++ b/internal/rosa/mksh.go @@ -8,7 +8,6 @@ func (t Toolchain) newMksh() pkg.Artifact { checksum = "0Zj-k4nXEu3IuJY4lvwD2OrC2t27GdZj8SPy4DoaeuBRH1padWb7oREpYgwY8JNq" ) return t.New("mksh-"+version, 0, stage3Concat(t, []pkg.Artifact{}, - t.Load(Make), t.Load(Perl), t.Load(Coreutils), ), nil, []string{ |
