From 03be9ae88ca857da4f2243d17b06bd5bc38f88db Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 25 Apr 2019 01:15:17 -0700 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)