We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--experimental_enable_aspect_hints
1 parent 6b6da62 commit 1bb582dCopy full SHA for 1bb582d
.bazelrc
@@ -11,6 +11,12 @@ build --macos_minimum_os=13.0
11
# dependencies cause us to use a newer version
12
build --check_direct_dependencies=off
13
14
+# This is needed for Bazel 6 compatibility.
15
+# It's enabled (and can't be disabled) in Bazel 7.
16
+# TODO: Remove this once we drop Bazel 6 support.
17
+# See also: https://github.com/bazelbuild/bazel/issues/14327
18
+build --experimental_enable_aspect_hints
19
+
20
# Make sure no warnings slip into the C++ tools we vendor
21
build --features treat_warnings_as_errors
22
0 commit comments