From 44b1ece4fec17d931c4f63e45a1e2100e42c6a32 Mon Sep 17 00:00:00 2001 From: Jose Ulises Nino Rivera Date: Mon, 17 Jun 2019 15:38:00 -0700 Subject: [PATCH] docs: bazel requirements (#107) Signed-off-by: Jose Nino jnino@lyft.com Description: update bazel requirements in the building instructions. Risk Level: low. Doc changes. Testing: CI Docs Changes: update bazel requirements in the building instructions. Signed-off-by: JP Simard --- mobile/docs/root/start/building/building.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mobile/docs/root/start/building/building.rst b/mobile/docs/root/start/building/building.rst index 9a932b011792..fec6b098a19c 100644 --- a/mobile/docs/root/start/building/building.rst +++ b/mobile/docs/root/start/building/building.rst @@ -17,6 +17,14 @@ Ensure that the ``envoy`` **submodule** is initialized when cloning by using ``- If the repo was not initially cloned recursively, initialize the Envoy submodule with ``git submodule update --init``. +------------------ +Bazel requirements +------------------ + +Envoy-Mobile is compiled using Bazel 0.26.1. +Take a look at our CI set up for :repo:`mac ` and :repo:`linux `, +in order to see how to install a specific Bazel version in your environment. + -------------------- Android requirements -------------------- @@ -26,7 +34,6 @@ Android requirements We are working to resolve this ASAP. More information in `this issue `_. -- Bazel 0.26.0 - Android SDK Platform 28 - Android NDK 19.2.5345600 @@ -34,7 +41,6 @@ Android requirements iOS requirements ---------------- -- Bazel 0.26.0 - Xcode 10.2.1 - iOS 12.2 / Swift 5.0 - Note: Requirements are listed in the :repo:`.bazelrc file <.bazelrc>`