]> Cypherpunks repositories - gostls13.git/commit
cmd/go: disable ccache when setting HOME to non-existent dir
authorMark Pulford <mark@kyne.com.au>
Fri, 3 Aug 2018 14:19:21 +0000 (00:19 +1000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 3 Aug 2018 15:14:33 +0000 (15:14 +0000)
commit490035b0b9dd27e8868ccc5dced45a29e9b21227
tree3cec0b7543dfe9ca0142f8d8c1af8ee0a3db50c2
parent15779d58ecb7c16442a75eba73c2dbae7fc27fcb
cmd/go: disable ccache when setting HOME to non-existent dir

This fixes tests on systems where ccache is the default compiler.

Also simplify a prior workaround for this fault.

Fixed #26789

Change-Id: I031ff0b65ace7fc5e284393298e004aa2ad3b6f5
Reviewed-on: https://go-review.googlesource.com/127775
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/go_test.go
src/cmd/go/script_test.go