From 20790af71ec9a69a462ecaaa7fc308e3b685383d Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 25 Jan 2026 01:32:21 +0900 Subject: internal/rosa: lazy initialise all artifacts This improves performance, though not as drastically as lazy initialising llvm. Signed-off-by: Ophestra --- internal/rosa/rosa.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/rosa.go') diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index cb2985ef..cf571539 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -235,7 +235,7 @@ ln -vs ../usr/bin /work/bin compilerRT, runtimes, clang, - boot.NewBusybox(), + boot.Load(Busybox), }) env = fixupEnviron(env, []string{ EnvTriplet + "=" + triplet(), -- cgit v1.3.1