Skip to content

Commit

Permalink
docs: bazel requirements (#107)
Browse files Browse the repository at this point in the history
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 <jp@jpsim.com>
  • Loading branch information
junr03 authored and jpsim committed Nov 28, 2022
1 parent 5db094a commit 44b1ece
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mobile/docs/root/start/building/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ci/mac_ci_setup.sh>` and :repo:`linux <ci/linux_ci_setup.sh>`,
in order to see how to install a specific Bazel version in your environment.

--------------------
Android requirements
--------------------
Expand All @@ -26,15 +34,13 @@ Android requirements
We are working to resolve this ASAP.
More information in `this issue <https://github.com/lyft/envoy-mobile/issues/72>`_.

- Bazel 0.26.0
- Android SDK Platform 28
- Android NDK 19.2.5345600

----------------
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>`
Expand Down

0 comments on commit 44b1ece

Please sign in to comment.