]> Cypherpunks repositories - gostls13.git/commit
cmd: don't require build tags in relnote pathnames
authorJonathan Amsterdam <jba@google.com>
Fri, 23 Feb 2024 14:20:03 +0000 (09:20 -0500)
committerJonathan Amsterdam <jba@google.com>
Fri, 23 Feb 2024 18:08:27 +0000 (18:08 +0000)
commit0e7c9846c430c2952e51ba7b1085fae9bec26f81
tree742456b6b74cd653c6c2b22e8beab0872d2e2d88
parentad377e906a8ee6f27545d83de280206dacec1e58
cmd: don't require build tags in relnote pathnames

Due to a bug in golang.org/x/build/relnote, API features affecting
specific builds would need to include those build tags in relnote
pathnames.

This CL vendors in the fixed golang.org/x/build. (That caused other
modules to be vendored in as well.)

It also renames the syscall relnote file to remove the build tags
from its pathname.

For #64169.

Change-Id: Iaf6cd9099df1156f4e20c63d519a862ea19a7a3b
Reviewed-on: https://go-review.googlesource.com/c/go/+/566455
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
14 files changed:
doc/next/6-stdlib/99-minor/syscall (windows-amd64)/62254.md [deleted file]
doc/next/6-stdlib/99-minor/syscall/62254.md [moved from doc/next/6-stdlib/99-minor/syscall (windows-386)/62254.md with 100% similarity]
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/golang.org/x/build/relnote/dump.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/build/relnote/links.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/build/relnote/relnote.go
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/stringintconv/string.go
src/cmd/vendor/golang.org/x/tools/go/types/typeutil/map.go
src/cmd/vendor/golang.org/x/tools/go/types/typeutil/methodsetcache.go
src/cmd/vendor/golang.org/x/tools/internal/aliases/aliases.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/aliases/aliases_go121.go [new file with mode: 0644]
src/cmd/vendor/golang.org/x/tools/internal/aliases/aliases_go122.go [new file with mode: 0644]
src/cmd/vendor/modules.txt