diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-08-26 19:29:46 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-08-26 19:29:46 +0900 |
| commit | cf100a75a1f072f75a3bdef115c0a7a20d16c9de (patch) | |
| tree | 48a9d5f81f096a7715a85e458d7652b94682f073 /internal | |
| parent | 2de9b97853c680cabaa3db44de7ca20833ed79a0 (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/go.go | 5 |
1 files changed, 2 insertions, 3 deletions
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 \ |
