diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-30 00:24:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-30 00:24:14 +0900 |
| commit | 616ed29edf92fb2d60962058a3e2c545d3b652ea (patch) | |
| tree | 5dcb7ec94e95950d80c94c17443004c3c1b0a458 /internal/rosa/perl.go | |
| parent | 9d9b7294a4a9e93301bfbbf327e9beb99cfa685b (diff) | |
internal/rosa: early toybox variant
This is a variant of toybox with unfinished tools enabled, for artifacts that will end up in a dependency loop without them.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/perl.go')
| -rw-r--r-- | internal/rosa/perl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/perl.go b/internal/rosa/perl.go index a2880db7..fb912dd9 100644 --- a/internal/rosa/perl.go +++ b/internal/rosa/perl.go @@ -7,7 +7,7 @@ func (t Toolchain) newPerl() pkg.Artifact { version = "5.42.0" checksum = "2KR7Jbpk-ZVn1a30LQRwbgUvg2AXlPQZfzrqCr31qD5-yEsTwVQ_W76eZH-EdxM9" ) - return t.New("perl-"+version, 0, []pkg.Artifact{ + return t.New("perl-"+version, TEarly, []pkg.Artifact{ t.Load(Make), }, nil, nil, ` chmod -R +w /usr/src/perl && cd /usr/src/perl |
