mirror of
https://github.com/golang/go
synced 2024-11-17 03:14:50 -07:00
cmd/dist: mark wasip1/wasm as working
Now that all preceding CLs are merged, the port should be working. Change-Id: Ic45eaf42564ea286d0a429aa992c5ec0166945e9 Reviewed-on: https://go-review.googlesource.com/c/go/+/482255 Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
This commit is contained in:
parent
319b75ed33
commit
da879c6e6a
1
src/cmd/dist/build.go
vendored
1
src/cmd/dist/build.go
vendored
@ -1731,7 +1731,6 @@ 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.
|
||||
"openbsd/ppc64": true, // An incomplete port: go.dev/issue/56001.
|
||||
"openbsd/mips64": true, // Broken: go.dev/issue/58110.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user