From 27e2e3f996b79d879e91455d2730acecbb8422e2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 5 Feb 2026 17:44:58 +0900 Subject: [PATCH] internal/rosa/llvm: drop git dependency This was added quite early and has no effect. Remove it to avoid compiling git early. Signed-off-by: Ophestra --- internal/rosa/llvm.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 67baea9..684672b 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -312,7 +312,6 @@ ln -s \ musl, compilerRT, runtimes, - t.Load(Git), }, script: ` ln -s clang /work/system/bin/cc