commit | c0043dac991e1e0a41c36266192fb5e724b20969 | [log] [tgz] |
---|---|---|
author | suleshahid <110432064+suleshahid@users.noreply.github.com> | Mon Dec 11 16:35:03 2023 -0800 |
committer | GitHub <noreply@github.com> | Tue Dec 12 00:35:03 2023 +0000 |
tree | 87e62d91261fd1499073ad0571067223be37d9fe | |
parent | c64b69174b10cc49be3c4f980394f1ebf9d936f9 [diff] |
Fix bazel 7.0 bzlmod update (#2352) BUG=[315853820](https://b.corp.google.com/issues/315853820)
diff --git a/.bazelrc b/.bazelrc index b150e1f..af0b2fd 100644 --- a/.bazelrc +++ b/.bazelrc
@@ -24,6 +24,9 @@ # Get stamp values from a script's output build --workspace_status_command=./tools/workspace_status.sh +# TODO(b/315853820): Needed for Bazel 7.0, until migrated to bzlmod +build --noenable_bzlmod + # Use the following C++ standard build --cxxopt -std=c++17