mirror of
https://github.com/golang/go
synced 2024-11-11 18:51:37 -07:00
cmd/dist: mark wasip1/wasm port as broken
Mark the wasip1/wasm port as broken until it has been fully merged. Change-Id: I58592b43c82513b079c561673de99b41c94b11c8 Reviewed-on: https://go-review.googlesource.com/c/go/+/480655 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
This commit is contained in:
parent
25f9af6661
commit
c5ccff405e
1
src/cmd/dist/build.go
vendored
1
src/cmd/dist/build.go
vendored
@ -1731,6 +1731,7 @@ var cgoEnabled = map[string]bool{
|
||||
// See go.dev/issue/56679.
|
||||
var broken = map[string]bool{
|
||||
"linux/sparc64": true, // An incomplete port. See CL 132155.
|
||||
"wasip1/wasm": true, // An incomplete port. See CL 479627.
|
||||
}
|
||||
|
||||
// List of platforms which are first class ports. See go.dev/issue/38874.
|
||||
|
Loading…
Reference in New Issue
Block a user