diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-05 17:44:58 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-05 17:44:58 +0900 |
| commit | 27e2e3f996b79d879e91455d2730acecbb8422e2 (patch) | |
| tree | 3227b9faa3df095be35028f74df228d5ff915d54 | |
| parent | e0c720681bbce364910df241658dc987851e579a (diff) | |
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 <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/llvm.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 67baea99..684672b6 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 |
