From 0299e7271937055b38acac2dc86d1ec424484296 Mon Sep 17 00:00:00 2001 From: ethers <6937903+ethers@users.noreply.github.com> Date: Sat, 18 Apr 2020 21:31:50 -0700 Subject: [PATCH 1/2] Bazel 3.0+ recommended --- docs/install/lin/bazel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/lin/bazel.md b/docs/install/lin/bazel.md index cc24f8fb9..fdbc083ac 100644 --- a/docs/install/lin/bazel.md +++ b/docs/install/lin/bazel.md @@ -14,7 +14,7 @@ Prysm can be installed on GNU/Linux using our build tool, Bazel. This page inclu ## Dependencies * A modern GNU/Linux operating system -* The latest release of [Bazel](https://docs.bazel.build/versions/master/install.html) installed +* The latest release (3.0+) of [Bazel](https://docs.bazel.build/versions/master/install.html) installed * The `cmake` package installed * The `git` package installed From d04c88679b2a64ea49cbadf4a7e25227d34207e9 Mon Sep 17 00:00:00 2001 From: ethers <6937903+ethers@users.noreply.github.com> Date: Sat, 18 Apr 2020 22:24:33 -0700 Subject: [PATCH 2/2] Bazel 2.1.1 onwards --- docs/install/lin/bazel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/lin/bazel.md b/docs/install/lin/bazel.md index fdbc083ac..4ee8e7c13 100644 --- a/docs/install/lin/bazel.md +++ b/docs/install/lin/bazel.md @@ -14,7 +14,7 @@ Prysm can be installed on GNU/Linux using our build tool, Bazel. This page inclu ## Dependencies * A modern GNU/Linux operating system -* The latest release (3.0+) of [Bazel](https://docs.bazel.build/versions/master/install.html) installed +* The latest release (2.1.1 onwards) of [Bazel](https://docs.bazel.build/versions/master/install.html) installed * The `cmake` package installed * The `git` package installed