aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/llvm.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-30 00:24:14 +0900
committerOphestra <cat@gensokyo.uk>2026-01-30 00:24:14 +0900
commit616ed29edf92fb2d60962058a3e2c545d3b652ea (patch)
tree5dcb7ec94e95950d80c94c17443004c3c1b0a458 /internal/rosa/llvm.go
parent9d9b7294a4a9e93301bfbbf327e9beb99cfa685b (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/llvm.go')
-rw-r--r--internal/rosa/llvm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go
index 90210c6d..e86050f8 100644
--- a/internal/rosa/llvm.go
+++ b/internal/rosa/llvm.go
@@ -186,6 +186,7 @@ cp -r /system/include /usr/include && rm -rf /system/include
t.Load(Perl),
t.Load(Diffutils),
t.Load(Bash),
+ t.Load(Gawk),
t.Load(Coreutils),
t.Load(Findutils),