summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-11-11 17:06:41 -0500
committerRuss Cox <rsc@golang.org>2014-11-11 17:06:41 -0500
commit1ce1c8780ff4e626496cb2bc5fb3d410b932645c (patch)
tree4bf81f837e8e87a37a3898439f6cdd8a2b8dadea /src/run.bash
parentaf060c9fb9e1b6ca292e4a49c6cb5f59ba32f854 (diff)
downloadgo-1ce1c8780ff4e626496cb2bc5fb3d410b932645c.tar.gz
[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://codereview.appspot.com/170320044
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash
index 3c9430c87..d9b985fd1 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