From aaa928095560859a2b714ad2ad42ca68637b9d34 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Sun, 7 Mar 2021 13:25:13 -0800 Subject: [PATCH] drop bazel from build/README.md --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 514366cfc26..dc23bdfc958 100644 --- a/build/README.md +++ b/build/README.md @@ -62,7 +62,7 @@ In addition, there are some other tar files that are created: When building final release tars, they are first staged into `_output/release-stage` before being tar'd up and put into `_output/release-tars`. ## Reproducibility -`make release`, its variant `make quick-release`, and Bazel all provide a +`make release` and its variant `make quick-release` provide a hermetic build environment which should provide some level of reproducibility for builds. `make` itself is **not** hermetic.