Skip to content

Commit

Permalink
Disable Bzlmod warning when our dev dependencies depend on newer deps (
Browse files Browse the repository at this point in the history
…#1125)

Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones authored Oct 18, 2023
1 parent 3e27eba commit 2c7390d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ build --incompatible_disallow_empty_glob
build --host_macos_minimum_os=13.0
build --macos_minimum_os=13.0

# We don't need to bump some of our dependencies, just becuse our dev
# dependencies cause us to use a newer version
build --check_direct_dependencies=off

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

Expand Down

0 comments on commit 2c7390d

Please sign in to comment.