Skip to content

Commit

Permalink
Added incompatibility flag to prepare for flip in future Bazel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco committed Mar 2, 2024
1 parent 33c4b6f commit ff085af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ test:ciremotebuild --tls_client_certificate=/root/.ssh/buildbuddy-cert.pem
test:ciremotebuild --tls_client_key=/root/.ssh/buildbuddy-key.pem
test:ciremotebuild --build_metadata=VISIBILITY=PUBLIC
test:ciremotebuild --remote_timeout=3600

###############################################################################
## Incompatibility flags
###############################################################################

# https://github.com/bazelbuild/bazel/issues/8195
build --incompatible_disallow_empty_glob=true

0 comments on commit ff085af

Please sign in to comment.