From eb6c26082fd7ef9d963970d75c874ca6c2a9942f Mon Sep 17 00:00:00 2001 From: Ali <> Date: Tue, 9 Feb 2021 23:35:29 +0400 Subject: [PATCH] Revert "Update bazel version" This reverts commit 83f2569eb13fad99974f59c784ff3878d96338b9. --- README.md | 6 +++--- versions.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8053c98c7..7cd8b3146d 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ There are several things we require from **all developers** for the moment. git clone --recursive -j8 https://github.com/TelegramMessenger/Telegram-iOS.git ``` -3. Download Bazel 4.0.0 +3. Download Bazel 3.7.0 ``` mkdir -p $HOME/bazel-dist cd $HOME/bazel-dist -curl -O -L https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-4.0.0-darwin-x86_64 -mv bazel-* bazel +curl -O -L https://github.com/bazelbuild/bazel/releases/download/3.7.0/bazel-3.7.0-darwin-x86_64 +mv bazel-3.7.0* bazel ``` Verify that it's working diff --git a/versions.json b/versions.json index 80b1c34374..b826ca7fc4 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { "app": "7.4.2", - "bazel": "4.0.0", + "bazel": "3.7.0", "xcode": "12.3" }