From 45ca5bb2c4ab506222392c2ce3defc06cd406c83 Mon Sep 17 00:00:00 2001 From: Samiur Khan Date: Wed, 2 Aug 2023 18:14:23 -0400 Subject: [PATCH] Update contribution tools with bazel versioning details (#3053) You need bazel version 6.0.0 (with --host_per_file_copt) to build carbon. This adds versioning info and adds that Linux, Mac and Windows can use bazelisk. --------- Co-authored-by: Jon Ross-Perkins --- docs/project/contribution_tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/project/contribution_tools.md b/docs/project/contribution_tools.md index 7ebbcf6c308d..c776a323c6c2 100644 --- a/docs/project/contribution_tools.md +++ b/docs/project/contribution_tools.md @@ -130,6 +130,8 @@ These tools are essential for work on Carbon. outdated, and not be upgraded. - Main tools - [Bazel](https://www.bazel.build/) + - NOTE: See [the bazelisk config](/.bazeliskrc) for a supported + version. - [Bazelisk](https://docs.bazel.build/versions/master/install-bazelisk.html) (for macOS): Handles Bazel versions. - [Clang](https://clang.llvm.org/) and [LLVM](https://llvm.org/)