mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Revert "Update bazel version"
This reverts commit 83f2569eb13fad99974f59c784ff3878d96338b9.
This commit is contained in:
parent
83f2569eb1
commit
eb6c26082f
@ -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
|
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
|
mkdir -p $HOME/bazel-dist
|
||||||
cd $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
|
curl -O -L https://github.com/bazelbuild/bazel/releases/download/3.7.0/bazel-3.7.0-darwin-x86_64
|
||||||
mv bazel-* bazel
|
mv bazel-3.7.0* bazel
|
||||||
```
|
```
|
||||||
|
|
||||||
Verify that it's working
|
Verify that it's working
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"app": "7.4.2",
|
"app": "7.4.2",
|
||||||
"bazel": "4.0.0",
|
"bazel": "3.7.0",
|
||||||
"xcode": "12.3"
|
"xcode": "12.3"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user