Commit e02168f6 authored by Russ Cox's avatar Russ Cox

build: skip cgo test on arm

Update #4961.

R=golang-dev
CC=golang-dev
https://golang.org/cl/7451044
parent 3611553c
......@@ -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 $?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment