Skip to content

Commit

Permalink
cmd/dist,internal/platform: enable openbsd/riscv64 port
Browse files Browse the repository at this point in the history
Fixes #55999

Change-Id: If76b61b660db3fefe5f9ca97500782f2a650db25
Reviewed-on: https://go-review.googlesource.com/c/go/+/518629
Reviewed-by: Cherry Mui <[email protected]>
Run-TryBot: Joel Sing <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
  • Loading branch information
4a6f656c committed Jan 25, 2024
1 parent cad6629 commit fee3f53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/cmd/dist/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,6 @@ var cgoEnabled = map[string]bool{
var broken = map[string]bool{
"linux/sparc64": true, // An incomplete port. See CL 132155.
"openbsd/mips64": true, // Broken: go.dev/issue/58110.
"openbsd/riscv64": true, // An incomplete port: go.dev/issue/55999.
}

// List of platforms which are first class ports. See go.dev/issue/38874.
Expand Down
2 changes: 1 addition & 1 deletion src/internal/platform/zosarch.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fee3f53

Please sign in to comment.