From 22ca23754d0c1926f5258251005ec90f8d949fa1 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Fri, 24 May 2024 15:36:07 -0400 Subject: [PATCH] internal/releasetargets: regenerate all ports for Go 1.23 The release freeze for Go 1.23 has started, so now is a good time to regenerate this list. Done with 'go generate'. The list is the same as for Go 1.22 with the addition of the new openbsd/riscv64 port. For golang/go#40561. For golang/go#55999. Change-Id: Ib920c3b4337fcd9aa4a765e5622e6c158f829bda Reviewed-on: https://go-review.googlesource.com/c/build/+/588137 Reviewed-by: Carlos Amedee Auto-Submit: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov --- internal/releasetargets/allports/go1.23.txt | 49 +++++++++++++++++++++ internal/releasetargets/releases.txt | 2 + 2 files changed, 51 insertions(+) create mode 100644 internal/releasetargets/allports/go1.23.txt diff --git a/internal/releasetargets/allports/go1.23.txt b/internal/releasetargets/allports/go1.23.txt new file mode 100644 index 0000000000..e9bfbca938 --- /dev/null +++ b/internal/releasetargets/allports/go1.23.txt @@ -0,0 +1,49 @@ +aix/ppc64 +android/386 +android/amd64 +android/arm +android/arm64 +darwin/amd64 +darwin/arm64 +dragonfly/amd64 +freebsd/386 +freebsd/amd64 +freebsd/arm +freebsd/arm64 +freebsd/riscv64 +illumos/amd64 +ios/amd64 +ios/arm64 +js/wasm +linux/386 +linux/amd64 +linux/arm +linux/arm64 +linux/loong64 +linux/mips +linux/mips64 +linux/mips64le +linux/mipsle +linux/ppc64 +linux/ppc64le +linux/riscv64 +linux/s390x +netbsd/386 +netbsd/amd64 +netbsd/arm +netbsd/arm64 +openbsd/386 +openbsd/amd64 +openbsd/arm +openbsd/arm64 +openbsd/ppc64 +openbsd/riscv64 +plan9/386 +plan9/amd64 +plan9/arm +solaris/amd64 +wasip1/wasm +windows/386 +windows/amd64 +windows/arm +windows/arm64 diff --git a/internal/releasetargets/releases.txt b/internal/releasetargets/releases.txt index b285722308..bb5265eaee 100644 --- a/internal/releasetargets/releases.txt +++ b/internal/releasetargets/releases.txt @@ -255,6 +255,8 @@ openbsd-arm64 openbsd arm64 (cross-compiled via distpack) openbsd-ppc64 openbsd ppc64 (cross-compiled via distpack) +openbsd-riscv64 openbsd riscv64 (cross-compiled via distpack) + plan9-386 plan9 386 (cross-compiled via distpack) plan9-amd64 plan9 amd64 (cross-compiled via distpack)