]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: mark wasip1/wasm port as broken
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Thu, 30 Mar 2023 19:11:14 +0000 (12:11 -0700)
committerJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Thu, 30 Mar 2023 19:38:44 +0000 (19:38 +0000)
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>

src/cmd/dist/build.go

index c184ffca993609449764c5c3e066f139c7d92a1d..344d4bfa6dcdfb1a68d73c85f84b756518b22feb 100644 (file)
@@ -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.