mirror of
https://github.com/golang/go.git
synced 2025-05-30 11:51:34 +00:00
build: enable host linking test for all BSDs
Let's just see what breaks. R=golang-dev, bradfitz, adg CC=golang-dev https://golang.org/cl/7693043
This commit is contained in:
parent
3b85b724c5
commit
761c386770
@ -78,7 +78,7 @@ go run $GOROOT/test/run.go - .
|
||||
(xcd ../misc/cgo/test
|
||||
go test
|
||||
case "$GOHOSTOS-$GOARCH" in
|
||||
darwin-386 | darwin-amd64 | linux-386 | linux-amd64)
|
||||
darwin-386 | darwin-amd64 | freebsd-386 | freebsd-amd64 | linux-386 | linux-amd64 | netbsd-386 | netbsd-amd64 | openbsd-386 | openbsd-amd64)
|
||||
go test -ldflags '-w -hostobj'
|
||||
esac
|
||||
) || exit $?
|
||||
|
Loading…
x
Reference in New Issue
Block a user