aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash1
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 $?