diff options
author | Ian Lewis <ianlewis@google.com> | 2019-04-25 01:15:17 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-04-25 01:16:33 -0700 |
commit | 03be9ae88ca857da4f2243d17b06bd5bc38f88db (patch) | |
tree | b7ce4b88b1b87d3768e43ad15d0281952d2a3bab /README.md | |
parent | 962567aafd2ead6846db5add07bb7a02ed562ff4 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |