]> Cypherpunks repositories - gostls13.git/commit
cmd/go: include package source dir in build action for non-GOROOT packages
authorRuss Cox <rsc@golang.org>
Mon, 6 Nov 2017 15:16:34 +0000 (10:16 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 7 Nov 2017 00:42:54 +0000 (00:42 +0000)
commit8ac93e669dd18a65dd8c1dce37a6492ca078ba7d
tree32892342c0dee2853c5bb21dca140d29537dc1b9
parent17ff23f7c8d6a3310e1fa59fced2fc584b68ac7c
cmd/go: include package source dir in build action for non-GOROOT packages

The package source dir is recorded in the archives,
so it must be recorded in the build action hash too.

Fixes #22596.

Change-Id: I1d3c2523181c302e9917e5fb79c26b00ea03077a
Reviewed-on: https://go-review.googlesource.com/76025
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/go_test.go
src/cmd/go/internal/work/exec.go