From cf100a75a1f072f75a3bdef115c0a7a20d16c9de Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 26 Aug 2026 19:29:46 +0900 Subject: internal/rosa/go: disable bootstrap tests These are very expensive and mostly pointless: it only matters that the final toolchain passes its tests. Signed-off-by: Ophestra --- internal/rosa/go.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'internal') diff --git a/internal/rosa/go.go b/internal/rosa/go.go index 69d5eb73..1b42447a 100644 --- a/internal/rosa/go.go +++ b/internal/rosa/go.go @@ -39,7 +39,6 @@ set +u . ./make.bash "$@" --no-banner set -u `, - Check: "bash run.bash --no-rebuild\n", Install: ` ../bin/go tool dist banner # print build info @@ -107,8 +106,8 @@ mkdir -p /var/tmp/ } go119 := t.newGo( - "1.19", - "9_e0aFHsIkVxWVGsp9T2RvvjOc3p4n9o9S8tkNe9Cvgzk_zI2FhRQB7ioQkeAAro", + "1.19.13", + "MpXfAzOlxdEW_XHmss2IpErg7rJiBsAD9WGgjNo26FXsIyc2gShcz0UJawhEj0IT", append(bootstrapEnv, "CGO_ENABLED=0"), ` rm \ crypto/tls/handshake_client_test.go \ -- cgit v1.3.1