From 6ae1c90b891fdefa47c9be943369a7e7bbd75907 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Tue, 6 Nov 2018 13:11:56 -0800 Subject: Move bazelrc to new location Bazel 0.18 moved the workspace bazelrc location from //tools/bazel.rc to //.bazelrc. The old location will be dropped by a future version of bazel. This bumps the minimum required version of bazel to 0.18. More context: https://groups.google.com/forum/#!msg/bazel-discuss/ycDacctX2vw/EGFxGLibAgAJ PiperOrigin-RevId: 220338084 Change-Id: Ib6fa83a4a0f89e8e898d67152c7bd429e0b9b21e --- .bazelrc | 1 + README.md | 2 +- tools/bazel.rc | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .bazelrc delete mode 100644 tools/bazel.rc diff --git a/.bazelrc b/.bazelrc new file mode 100644 index 000000000..6e437306c --- /dev/null +++ b/.bazelrc @@ -0,0 +1 @@ +build --workspace_status_command tools/workspace_status.sh diff --git a/README.md b/README.md index a4fca1f62..26364d42d 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ gVisor currently requires x86\_64 Linux to build. Make sure the following dependencies are installed: * [git][git] -* [Bazel][bazel] +* [Bazel][bazel] 0.18+ * [Python][python] * [Docker version 17.09.0 or greater][docker] * Gold linker (e.g. `binutils-gold` package on Ubuntu) diff --git a/tools/bazel.rc b/tools/bazel.rc deleted file mode 100644 index 6e437306c..000000000 --- a/tools/bazel.rc +++ /dev/null @@ -1 +0,0 @@ -build --workspace_status_command tools/workspace_status.sh -- cgit v1.2.3