]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: remove test checking GO386=387 invalidates cache
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 2 Oct 2020 07:58:45 +0000 (09:58 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 2 Oct 2020 08:52:16 +0000 (08:52 +0000)
Since GO386=387 is no longer supported, this change deletes a cmd/go
test checking that building something with GO386=387, and then with
sse2, invalidated the build cache.

Fixes the longtest builders.

Change-Id: I5f645ef4ddf1cddb26dcf9390cee94907fc45a70
Reviewed-on: https://go-review.googlesource.com/c/go/+/259017
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/cmd/go/testdata/script/build_cache_arch_mode.txt

index 68e662555f95b72a3f62a6a655c322125d98118c..931827fbde62334cb8da3aa5c4bf95204eb80e1e 100644 (file)
@@ -1,15 +1,7 @@
-# Issue 9737: verify that GOARM and GO386 affect the computed build ID
+# Issue 9737: verify that GOARM affects the computed build ID
 
 [short] skip
 
-# 386
-env GOOS=linux
-env GOARCH=386
-env GO386=387
-go install mycmd
-env GO386=sse2
-stale mycmd
-
 # arm
 env GOOS=linux
 env GOARCH=arm