Skip to content

Commit

Permalink
internal/releasetargets: regenerate all ports for Go 1.21
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
Run-TryBot: Dmitri Shuralyov <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
dmitshur authored and gopherbot committed Jun 15, 2023
1 parent 921ad91 commit 4064884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/releasetargets/allports/go1.21.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ plan9/386
plan9/amd64
plan9/arm
solaris/amd64
wasip1/wasm
windows/386
windows/amd64
windows/arm
Expand Down
1 change: 1 addition & 0 deletions internal/releasetargets/releasetargets.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ var unbuildableOSs = map[string]bool{
"android": true,
"ios": true,
"js": true,
"wasip1": true,
}

// TargetsForGo1Point returns the ReleaseTargets that apply to the given
Expand Down

0 comments on commit 4064884

Please sign in to comment.