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
This commit is contained in:
Ian Lewis
2019-04-25 01:16:33 -07:00
committed by Shentubot
parent 962567aafd
commit 03be9ae88c
+1 -1
View File
@@ -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)