diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/run.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash index a026b459ce..c5ed919a3b 100755 --- a/src/run.bash +++ b/src/run.bash @@ -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 $? |
