mirror of
https://github.com/golang/go
synced 2024-11-18 08:54:45 -07:00
src: build cmd in buildall.bash
This exercises the linker as well as the compiler. Credit to Matthew Dempsky; see #10418. Change-Id: I793947c0c617a34e23df766bff5238ff3ac3c0af Reviewed-on: https://go-review.googlesource.com/9530 Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
ae080c1aec
commit
9b66cf60f1
@ -51,7 +51,7 @@ do
|
|||||||
export GOARCH=386
|
export GOARCH=386
|
||||||
export GO386=387
|
export GO386=387
|
||||||
fi
|
fi
|
||||||
if ! "$GOROOT/bin/go" build -a std; then
|
if ! "$GOROOT/bin/go" build -a std cmd; then
|
||||||
failed=true
|
failed=true
|
||||||
if $sete; then
|
if $sete; then
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user