aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec_test.go
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2026-01-08 12:45:34 -0500
committerMichael Matloob <matloob@google.com>2026-01-09 07:54:33 -0800
commit108b333d510c1f60877ac917375d7931791acfe6 (patch)
treecfa793ce69f2249d9c1947feebe73909f729b66a /src/os/exec/exec_test.go
parent2bbb2ace346a26e0b1f7e32f1cdc645db8170d1c (diff)
downloadgo-108b333d510c1f60877ac917375d7931791acfe6.tar.xz
cmd/go: only use check cache action's dependencies to build vet config
We manipulate the dependencies of the build action when adding the non-test variant of the package being tested as a dependency for the test, so the set of deps of the build package doesn't correctly represent the dependencies of the package that have been built. Restrict the set of dependencies we use to populate the vet data to the actual build dependencies depended on by the check cache action so we don't check an action that we don't actually depend on (and which may not have completed yet!) Fixes #75380 Change-Id: I029080d00b3b10a837abcfb7039e00206a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/734961 Reviewed-by: Michael Matloob <matloob@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/os/exec/exec_test.go')
0 files changed, 0 insertions, 0 deletions