internal/rosa/package/python: early bootstrap variant

This avoids pulling in python's insane dependency tree into the bootstrap path.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-11 21:13:44 +09:00
parent cb8c9e4e68
commit 3a3d8efb1e
4 changed files with 81 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
)
func TestLLVMInputs(t *testing.T) {
const wantInputCount = 550
const wantInputCount = 431
_, llvm := rosa.Native().Std().MustLoad(rosa.H("llvm"))
var n int