Skip to content

Commit 4064884

Browse files
dmitshurgopherbot
authored andcommitted
internal/releasetargets: regenerate all ports for Go 1.21
It's a no-op since the only newly added port is wasip1/wasm, and we won't be making binary releases for it at this time. For golang/go#40561. For golang/go#58141. Change-Id: I0c9932fdfca0842c6860bca0cdbc4b1d64fdefff Reviewed-on: https://go-review.googlesource.com/c/build/+/503756 Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent 921ad91 commit 4064884

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

internal/releasetargets/allports/go1.21.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ plan9/386
4040
plan9/amd64
4141
plan9/arm
4242
solaris/amd64
43+
wasip1/wasm
4344
windows/386
4445
windows/amd64
4546
windows/arm

internal/releasetargets/releasetargets.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ var unbuildableOSs = map[string]bool{
237237
"android": true,
238238
"ios": true,
239239
"js": true,
240+
"wasip1": true,
240241
}
241242

242243
// TargetsForGo1Point returns the ReleaseTargets that apply to the given

0 commit comments

Comments
 (0)