1

downgrade bazel to 3.7.0

that's our target for now.
This commit is contained in:
Motiejus Jakštys
2021-06-28 12:52:20 +03:00
parent f094bdf879
commit be168480a7
5 changed files with 16 additions and 7 deletions

8
.envrc Normal file
View File

@@ -0,0 +1,8 @@
export PATH="$(git rev-parse --show-toplevel)/bin:$PATH"
if [[ ! -x bin/bazel ]]; then
mkdir -p bin
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-linux-amd64 \
-O bin/bazel
chmod a+x bin/bazel
fi