Skip to content

Commit 1bb582d

Browse files
keithbrentleyjones
authored andcommitted
Enable --experimental_enable_aspect_hints for Bazel 6 CI
1 parent 6b6da62 commit 1bb582d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.bazelrc

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ build --macos_minimum_os=13.0
1111
# dependencies cause us to use a newer version
1212
build --check_direct_dependencies=off
1313

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+
1420
# Make sure no warnings slip into the C++ tools we vendor
1521
build --features treat_warnings_as_errors
1622

0 commit comments

Comments
 (0)