summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2019-04-25 01:15:17 -0700
committerShentubot <shentubot@google.com>2019-04-25 01:16:33 -0700
commit03be9ae88ca857da4f2243d17b06bd5bc38f88db (patch)
treeb7ce4b88b1b87d3768e43ad15d0281952d2a3bab /README.md
parent962567aafd2ead6846db5add07bb7a02ed562ff4 (diff)
Update required bazel version to 0.23.0 in README
Bazel 0.23.0 is required due to the use of cc_flags_supplier.bzl in the vdso package. cc_flags_supplier.bzl was added in 0.23.0. PiperOrigin-RevId: 245192715 Change-Id: I4258c064e5cc3bac2a587c887e0d8f87b6678ec7
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cabc2bb71..245aabf84 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Make sure the following dependencies are installed:
* Linux 4.14.77+ ([older linux][old-linux])
* [git][git]
-* [Bazel][bazel] 0.18+
+* [Bazel][bazel] 0.23.0+
* [Python][python]
* [Docker version 17.09.0 or greater][docker]
* Gold linker (e.g. `binutils-gold` package on Ubuntu)