1
0
mirror of https://github.com/golang/go synced 2024-11-17 07:35:05 -07:00

cmd/go: remove test checking GO386=387 invalidates cache

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>
This commit is contained in:
Alberto Donizetti 2020-10-02 09:58:45 +02:00
parent fe2cfb74ba
commit 15bf061b69

View 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 [short] skip
# 386
env GOOS=linux
env GOARCH=386
env GO386=387
go install mycmd
env GO386=sse2
stale mycmd
# arm # arm
env GOOS=linux env GOOS=linux
env GOARCH=arm env GOARCH=arm