From: Russ Cox Date: Tue, 11 Nov 2014 22:06:41 +0000 (-0500) Subject: [dev.cc] build: disable API check until all systems build X-Git-Tag: go1.5beta1~2688^2~75 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7b3ebb131f4a03c02f8f7723b26d55dd98bc702f;p=gostls13.git [dev.cc] build: disable API check until all systems build Otherwise no system will get an 'ok' until they all do. LGTM=r, dave R=r, dave CC=austin, dvyukov, golang-codereviews, iant, khr https://golang.org/cl/170320044 --- diff --git a/src/run.bash b/src/run.bash index 3c9430c87e..d9b985fd15 100755 --- a/src/run.bash +++ b/src/run.bash @@ -243,8 +243,8 @@ rm -f runtest [ "$GOOS" == nacl ] || ( echo -echo '# Checking API compatibility.' -time go run $GOROOT/src/cmd/api/run.go || exit 1 +echo '# SKIPPING API CHECK UNTIL ALL SYSTEMS BUILD.' +# time go run $GOROOT/src/cmd/api/run.go || exit 1 ) || exit $? echo