From ce53fa9249df44e0321f880adf8dd1d4ba0e8c60 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 25 Aug 2026 15:04:57 +0900 Subject: internal/rosa/llvm: early-runtimes for gentoo stage only This bootstrap step is not required for a native Rosa OS stage0 distribution. Signed-off-by: Ophestra --- internal/rosa/llvm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/llvm.go') diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 85f4292d..9e958639 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -64,7 +64,7 @@ func init() { meta.Version = _meta.Version early := _muslHeaders - if t.stage.isStage0() { + if t.stage.isStage0() && !t.stage.isRosa() { // The LLVM build system uses the system installation when building with // LLVM_LINK_LLVM_DYLIB, since it builds runtimes after the fact, using // the just-built toolchain. This is unacceptable in stage0 due to the -- cgit v1.3.1