]> Cypherpunks repositories - gostls13.git/commit
cmd/go: set CCACHE_DIR when setting HOME to non-existent dir
authorIan Lance Taylor <iant@golang.org>
Sun, 30 Oct 2016 02:32:59 +0000 (22:32 -0400)
committerIan Lance Taylor <iant@golang.org>
Sun, 30 Oct 2016 03:14:12 +0000 (03:14 +0000)
commit753caecc7e576e46a329b71c49dbf0ea9bfbd867
treec7e368fd06c13c5371e9558f3e6a40c44e937897
parent7db996ee77b20b68ee583c65d59be1d81cef9090
cmd/go: set CCACHE_DIR when setting HOME to non-existent dir

This fixes systems for which ccache is the default compiler.

Also remove a couple of temporary files created by TestImportMain.

Fixes #17668.

Change-Id: I1edefdcec5f417be0533c146253c35ff4928c1c0
Reviewed-on: https://go-review.googlesource.com/32328
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/go_test.go