From 7b3ebb131f4a03c02f8f7723b26d55dd98bc702f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 11 Nov 2014 17:06:41 -0500 Subject: [PATCH] [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 --- src/run.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0