Skip to content

Commit 471028d

Browse files
authored
chore: update .bazelrc with project-specific options
1 parent 9701ccb commit 471028d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import %workspace%/tools/preset.bazelrc
44

55
### YOUR PROJECT SPECIFIC OPTIONS GO HERE ###
66

7+
# We have a lot of dependencies and are okay with some of them bringing a newer version via a transitive dep.
8+
common --check_direct_dependencies=off
9+
710
# Placeholder for your actual stamping logic
811
build --workspace_status_command='echo BUILD_VERSION v1.2.3'
912

0 commit comments

Comments
 (0)