]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: set GOCACHE during make.bash/run.bash
authorRuss Cox <rsc@golang.org>
Wed, 1 Nov 2017 23:22:56 +0000 (19:22 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 2 Nov 2017 03:33:53 +0000 (03:33 +0000)
commitb66a294813bb70fdc52d0e55e32048be3f3a176a
treee6b5c477bf76dc2736896c7b1c2ed99a3011a98e
parent21e6612d6fc29742024132f7f081e558c6807737
cmd/dist: set GOCACHE during make.bash/run.bash

Use a build cache separate from the default user cache,
one that will be wiped out during startup, so that make.bash
continues to start from a clean slate.

Change-Id: I38733991015c66efb89fc170c71701b1dd9de28d
Reviewed-on: https://go-review.googlesource.com/75291
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