Lines Matching full:bazel
17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
38 # if BAZEL_REAL is not set, just invoke the default system bazel
39 exec bazel "$@"
44 # (e.g. win RBE builds, sanity checks, bazel toolchains etc.)
46 echo "INFO: Running bazel wrapper (see //tools/bazel for details), bazel version $VERSION will be u…
48 # update tools/update_mirror.sh to populate the mirror with new bazel archives
49 BASEURL_MIRROR="https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/bazel/releas…
50 BASEURL="https://github.com/bazelbuild/bazel/releases/download"
67 filename="bazel-$VERSION-$suffix"
71 …echo "Downloading bazel, will try URLs: ${BASEURL_MIRROR}/${VERSION}/${filename} ${BASEURL}/${VERS…