]> Cypherpunks repositories - gostls13.git/commit
go/build: set allTags even when short-circuiting x_GOOS_GOARCH.go
authorIan Lance Taylor <iant@golang.org>
Wed, 30 Mar 2022 23:36:14 +0000 (16:36 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 31 Mar 2022 19:36:46 +0000 (19:36 +0000)
commit9743fdd097171cada6231503974209edc5400ee8
tree564c45a06acb634fe55364900e151416ed423c33
parent40504892c1720a3a36d82c492fd2302b7ccb870a
go/build: set allTags even when short-circuiting x_GOOS_GOARCH.go

Fixes #52053

Change-Id: I0e1f2737f97a4656913b34a731d8de2c77a15b4d
Reviewed-on: https://go-review.googlesource.com/c/go/+/396918
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/go/build/build.go
src/go/build/build_test.go
src/go/build/testdata/alltags/alltags.go [new file with mode: 0644]
src/go/build/testdata/alltags/x_netbsd_arm.go [new file with mode: 0644]