From fdca05487c2f74fee567b0ddcb4e1893daf4946e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 10 Jul 2026 23:49:58 +0900 Subject: 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 --- internal/rosa/llvm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/llvm_test.go') diff --git a/internal/rosa/llvm_test.go b/internal/rosa/llvm_test.go index 40f31903..5af4265c 100644 --- a/internal/rosa/llvm_test.go +++ b/internal/rosa/llvm_test.go @@ -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 -- cgit v1.3.1