]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: translate /private/var to /var on darwin builders
authorRuss Cox <rsc@golang.org>
Fri, 27 Oct 2017 20:48:02 +0000 (16:48 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 27 Oct 2017 23:50:21 +0000 (23:50 +0000)
commit4f2ee4997470c84a55d89d097e6b8fc45680978f
tree9b218c4468e20b4d318efd21dbeb4e17dbbdc8c4
parenta4d03a9bf7604b727abd0a1ebfb118ff6366ee50
cmd/dist: translate /private/var to /var on darwin builders

This is ugly but needed on the builders, because they do not set
PWD/GOROOT consistently, and the new content-based staleness
understands that the setting of GOROOT influences the content in
the linker outputs.

Change-Id: I0606f2c70b719619b188864ad3ae1b34432140cb
Reviewed-on: https://go-review.googlesource.com/74070
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/dist/build.go