Re: gotools patch committed: Set GOCACHE during tests

2018-05-04 Thread Ian Lance Taylor
On Fri, May 4, 2018 at 9:25 AM, Jakub Jelinek wrote: > On Fri, May 04, 2018 at 09:23:54AM -0700, Ian Lance Taylor wrote: >> This patch to the gotools Makefile sets the GOCACHE variable while >> running the gotools tests. This avoids creating a cache in the >> default location, which is the user's

Re: gotools patch committed: Set GOCACHE during tests

2018-05-04 Thread Jakub Jelinek
On Fri, May 04, 2018 at 09:23:54AM -0700, Ian Lance Taylor wrote: > This patch to the gotools Makefile sets the GOCACHE variable while > running the gotools tests. This avoids creating a cache in the > default location, which is the user's home directory. This should fix > PR 85630. Bootstrapped

gotools patch committed: Set GOCACHE during tests

2018-05-04 Thread Ian Lance Taylor
This patch to the gotools Makefile sets the GOCACHE variable while running the gotools tests. This avoids creating a cache in the default location, which is the user's home directory. This should fix PR 85630. Bootstrapped and ran gotools tests on x86_64-pc-linux-gnu. Committed to mainline. I w