mirror of https://github.com/golang/go.git
build: skip cgo test on arm
Update #4961. R=golang-dev CC=golang-dev https://golang.org/cl/7451044
This commit is contained in:
parent
3611553c3b
commit
e02168f659
|
|
@ -75,6 +75,7 @@ go run $GOROOT/test/run.go - .
|
|||
|
||||
[ "$CGO_ENABLED" != 1 ] ||
|
||||
[ "$GOHOSTOS" == openbsd ] || # issue 4878
|
||||
[ "$GOARCH" == arm ] || # issue 4961
|
||||
(xcd ../misc/cgo/test
|
||||
go test
|
||||
) || exit $?
|
||||
|
|
|
|||
Loading…
Reference in New Issue