internal/rosa/package/cmake: 4.3.4 to 4.4.0

This change also disables the bootstrap test because 4.4.0 broke the bootstrap test, and it makes little sense re-testing what has already succeeded.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-10 23:49:58 +09:00
parent 89db730bb9
commit fdca05487c
3 changed files with 5 additions and 20 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
)
func TestLLVMInputs(t *testing.T) {
const wantInputCount = 553
const wantInputCount = 550
_, llvm := rosa.Native().Std().MustLoad(rosa.H("llvm"))
var n int