From 33344cd0e0c9aa7e6cce4b0d1232be1005197b7a Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Sun, 27 Sep 2020 17:08:32 +0200 Subject: [PATCH] ci: require fixed bazel version bazelisk has a bug when retrieving the bazle version from GCS due to github rate limiting. See https://github.com/bazelbuild/bazelisk/issues/170 Until we export our GITHUB_TOKEN or bazelisk is fixed we pin the bazel version to 3.5.0 (to avoid unreleased 3.5.1). --- .bazelversion | 1 + 1 file changed, 1 insertion(+) create mode 100644 .bazelversion diff --git a/.bazelversion b/.bazelversion new file mode 100644 index 00000000..1545d966 --- /dev/null +++ b/.bazelversion @@ -0,0 +1 @@ +3.5.0