]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: mark cgo as disabled on linux/riscv64
authorJoel Sing <joel@sing.id.au>
Wed, 22 Jan 2020 16:46:00 +0000 (03:46 +1100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Jan 2020 16:57:26 +0000 (16:57 +0000)
commitfb2e3b82f47dc9be89821d16f609df65e1f5f6ab
treed8a0dae6b987436d124e43ce06250732c1516828
parentb4f15e79afecd04821a694ae0b41b39d8bf32a96
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>
src/cmd/dist/build.go