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 <cherryyz@google.com>
This commit is contained in:
Joel Sing 2020-01-23 03:46:00 +11:00 committed by Brad Fitzpatrick
parent b4f15e79af
commit fb2e3b82f4
1 changed files with 1 additions and 1 deletions

View File

@ -1532,7 +1532,7 @@ var cgoEnabled = map[string]bool{
"linux/mipsle": true,
"linux/mips64": true,
"linux/mips64le": true,
"linux/riscv64": true,
"linux/riscv64": false, // Issue 36641
"linux/s390x": true,
"linux/sparc64": true,
"android/386": true,