Skip to content

Commit fb2e3b8

Browse files
4a6f656cbradfitz
authored andcommitted
cmd/dist: mark cgo as disabled on linux/riscv64
cgo is not currently supported on this platform. Updates #27532 and #36641 Change-Id: I4b35f887e869ebc5c156dd754b1c79897a8c5800 Reviewed-on: https://go-review.googlesource.com/c/go/+/215838 Reviewed-by: Cherry Zhang <[email protected]>
1 parent b4f15e7 commit fb2e3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cmd/dist/build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ var cgoEnabled = map[string]bool{
15321532
"linux/mipsle": true,
15331533
"linux/mips64": true,
15341534
"linux/mips64le": true,
1535-
"linux/riscv64": true,
1535+
"linux/riscv64": false, // Issue 36641
15361536
"linux/s390x": true,
15371537
"linux/sparc64": true,
15381538
"android/386": true,

0 commit comments

Comments
 (0)