]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: disable cgo when testing internal linking of PIE
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 31 Aug 2022 02:37:22 +0000 (09:37 +0700)
committerGopher Robot <gobot@golang.org>
Wed, 31 Aug 2022 20:33:16 +0000 (20:33 +0000)
commitce77a4640561567ab59c481dd917b4f98b723b97
tree7514e4e52be5bd5ae18542e90c2d2fbd99c03163
parentda6556968f3545aa6c4e5a3c3aef151bb9b1d439
cmd/dist: disable cgo when testing internal linking of PIE

Since when internal linking cgo on some platforms, like android, is not
fully supported.

Updates #46731

Change-Id: I344a763f8dfb0cce04371d9305eee634bfd9ee77
Reviewed-on: https://go-review.googlesource.com/c/go/+/426199
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/dist/test.go