Upgraded to bazel 0.6.1
Enable cpu environments so we can drop the NO_BUILD_* files!!!
Change-Id: I904612c5dcc1a1cd285e160c0836b7249ab5ce72
diff --git a/tools/bazel b/tools/bazel
index 25266b8..d58a193 100755
--- a/tools/bazel
+++ b/tools/bazel
@@ -24,7 +24,7 @@
exec "${BAZEL_OVERRIDE}" "$@"
fi
-readonly VERSION="201701021712+4964f2c"
+readonly VERSION="0.6.1"
readonly DOWNLOAD_DIR="$(dirname "${BASH_SOURCE[0]}")/../bazel-downloads"
# Directory to unpack bazel into. This must change whenever bazel changes.
@@ -40,7 +40,7 @@
exit 1
fi
-readonly INSTALLER_NAME="bazel_${VERSION}_amd64.deb"
+readonly INSTALLER_NAME="bazel_${VERSION}-linux-x86_64.deb"
readonly DOWNLOAD_URL="http://frc971.org/Build-Dependencies/${INSTALLER_NAME}"
if [[ ! -d "${VERSION_DIR}" ]]; then