aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>2023-03-30 12:11:14 -0700
committerJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>2023-03-30 19:38:44 +0000
commitc5ccff405ee9ef6ae30ba2ac900feae4f5abbfd6 (patch)
treec1b7c86f6bdcf9c5c78ddea80440ac207b59c4f5
parent25f9af666194f81741aed8ea422661bd58149d30 (diff)
downloadgo-c5ccff405ee9ef6ae30ba2ac900feae4f5abbfd6.tar.xz
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>
-rw-r--r--src/cmd/dist/build.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/dist/build.go b/src/cmd/dist/build.go
index c184ffca99..344d4bfa6d 100644
--- a/src/cmd/dist/build.go
+++ b/src/cmd/dist/build.go
@@ -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.