]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: simplify cgo_test
authorAustin Clements <austin@google.com>
Fri, 21 Oct 2022 19:43:54 +0000 (15:43 -0400)
committerAustin Clements <austin@google.com>
Fri, 4 Nov 2022 20:48:00 +0000 (20:48 +0000)
commit9dcc873413aa390bd9392d1ed6ae4198593e4c5d
tree1f5c847bf546accaf77064a7852c257633c97a76
parentb079640404a1e83a23b95bd22ec67cedd38798a9
cmd/dist: simplify cgo_test

Now that misc/cgo/test doesn't invoke any Go builds itself, we don't
need to use GOFLAGS to thread build flags down into sub-builds.

Preparation for #37486.

Change-Id: I9ecdd215da5c21339cbf76765f8be2190d19539c
Reviewed-on: https://go-review.googlesource.com/c/go/+/447356
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Austin Clements <austin@google.com>
src/cmd/dist/test.go