Skip to content

Commit

Permalink
Enable --experimental_enable_aspect_hints for Bazel 6 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored and brentleyjones committed Apr 5, 2024
1 parent af1f5c6 commit 318172f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ build --macos_minimum_os=13.0
# dependencies cause us to use a newer version
build --check_direct_dependencies=off

# This is needed for Bazel 6 compatibility.
# It's enabled (and can't be disabled) in Bazel 7.
# TODO: Remove this once we drop Bazel 6 support.
# See also: https://github.com/bazelbuild/bazel/issues/14327
build --experimental_enable_aspect_hints

# Make sure no warnings slip into the C++ tools we vendor
build --features treat_warnings_as_errors

Expand Down

0 comments on commit 318172f

Please sign in to comment.