mirror of
https://github.com/golang/go
synced 2024-11-23 05:20:11 -07:00
build: disable cgo test on openbsd
Update #4878. R=golang-dev CC=golang-dev https://golang.org/cl/7450048
This commit is contained in:
parent
83f59d0a4f
commit
f5ceeb94a8
@ -74,6 +74,7 @@ go run $GOROOT/test/run.go - .
|
||||
) || exit $?
|
||||
|
||||
[ "$CGO_ENABLED" != 1 ] ||
|
||||
[ "$GOHOSTOS" == openbsd ] || # issue 4878
|
||||
(xcd ../misc/cgo/test
|
||||
go test
|
||||
) || exit $?
|
||||
|
Loading…
Reference in New Issue
Block a user