]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: only install necessary tools when doing local test
authorMichael Matloob <matloob@golang.org>
Tue, 10 Jun 2025 15:12:10 +0000 (11:12 -0400)
committerMichael Matloob <matloob@google.com>
Tue, 10 Jun 2025 16:40:33 +0000 (09:40 -0700)
commita35701b3525ccd140995a216758760c60e7c58d7
tree74a7023f13e30e1cde0070b8302ccdd310528a0a
parenta189516d3a1623f2560f80569c4b64bdffc4ac78
cmd/dist: only install necessary tools when doing local test

Instead of installing all of cmd, install only the tools that cmd/dist
would normally install.

Also, remove the addition of the buildid tool to the list of commands in
the toolchain in debug mode. The uses of buildid were removed in CL 451360.

For #71867

Change-Id: I062909d23c18294aa23ea43b9f7eeb69bfa80c8c
Reviewed-on: https://go-review.googlesource.com/c/go/+/680475
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Matloob <matloob@google.com>
src/cmd/dist/build.go
src/cmd/dist/test.go