]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: document broken freebsd/riscv64 port
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 26 Nov 2025 21:12:53 +0000 (16:12 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 26 Nov 2025 22:43:11 +0000 (14:43 -0800)
Also update comment in cmd/dist's broken map to point to the top-level
umbrella issue.

For #76475.
For #75005.

Change-Id: I43b8384af4264dc5d72ceea8d05730b9db81123a
Reviewed-on: https://go-review.googlesource.com/c/go/+/724860
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>

doc/next/7-ports.md
src/cmd/dist/build.go

index 04e1285f03e54afd0569e847461db63ee6334e98..bc245c22d41ace16a8948420496ba2b792d2c1f3 100644 (file)
@@ -6,6 +6,13 @@
 
 Go 1.26 is the last release that will run on macOS 12 Monterey. Go 1.27 will require macOS 13 Ventura or later.
 
+### FreeBSD
+
+<!-- go.dev/issue/76475 -->
+
+The freebsd/riscv64 port (`GOOS=freebsd GOARCH=riscv64`) has been marked broken.
+See [issue 76475](/issue/76475) for details.
+
 ### Windows
 
 <!-- go.dev/issue/71671 -->
index 2b382a1c025649df81e0f85861ea16e3355ff2d4..e4250e12de8975e97c26784aebd5d2af19c094bf 100644 (file)
@@ -1822,7 +1822,7 @@ var cgoEnabled = map[string]bool{
 // get filtered out of cgoEnabled for 'dist list'.
 // See go.dev/issue/56679.
 var broken = map[string]bool{
-       "freebsd/riscv64": true, // Broken: go.dev/issue/73568.
+       "freebsd/riscv64": true, // Broken: go.dev/issue/76475.
        "linux/sparc64":   true, // An incomplete port. See CL 132155.
        "openbsd/mips64":  true, // Broken: go.dev/issue/58110.
 }