]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: do not reinstall runtime/cgo with -tags lldb on ios builders
authorRuss Cox <rsc@golang.org>
Mon, 6 Nov 2017 00:36:35 +0000 (19:36 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 6 Nov 2017 20:21:15 +0000 (20:21 +0000)
commitfa62ea6927d81202342289b2b15398886ea4f3bb
tree73117a993523ce487fa602e8e3af195b2ae62b56
parent1ca4768ecedb96fedc491cccbe969a2515ce950b
cmd/dist: do not reinstall runtime/cgo with -tags lldb on ios builders

The cache will take care of keeping go test -tags lldb fast.
Installing runtime/cgo this way just makes all the checkNotStale
tests think runtime/cgo is out of date.

Should fix ios builders.

Fixes #22509.

Change-Id: If092cc4feb189eb848b6a22f6d22b89b70df219c
Reviewed-on: https://go-review.googlesource.com/76020
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/dist/test.go