Commit 7b3ebb13 authored by Russ Cox's avatar Russ Cox

[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
parent 15ced2d0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment