Skip to content

Commit b0945a5

Browse files
author
Mark Freeman
committed
cmd/dist, internal/platform: mark freebsd/riscv64 broken
It seems we have a builder, but it is not running correctly. Until then, we should mark this port broken. For #74734 For #74735 Change-Id: I536d037a43499cbd033fb6ebdf004a3df76332ab Reviewed-on: https://go-review.googlesource.com/c/go/+/691835 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 55d961b commit b0945a5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/cmd/dist/build.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,9 +1828,10 @@ var cgoEnabled = map[string]bool{
18281828
// get filtered out of cgoEnabled for 'dist list'.
18291829
// See go.dev/issue/56679.
18301830
var broken = map[string]bool{
1831-
"linux/sparc64": true, // An incomplete port. See CL 132155.
1832-
"openbsd/mips64": true, // Broken: go.dev/issue/58110.
1833-
"windows/arm": true, // Broken: go.dev/issue/68552.
1831+
"freebsd/riscv64": true, // Broken: go.dev/issue/73568.
1832+
"linux/sparc64": true, // An incomplete port. See CL 132155.
1833+
"openbsd/mips64": true, // Broken: go.dev/issue/58110.
1834+
"windows/arm": true, // Broken: go.dev/issue/68552.
18341835
}
18351836

18361837
// List of platforms which are first class ports. See go.dev/issue/38874.

src/internal/platform/zosarch.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)