Skip to content

Commit df91a75

Browse files
authored
[5.9][bazel] Enable more strict dependencies (#1794)
When using the more strict dependencies feature missing dependencies cause build failures. This is now enabled in this project to catch these sooner.
1 parent 8eebf8e commit df91a75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
common --enable_bzlmod
2+
common --incompatible_use_host_features
3+
4+
build --features=swift.use_explicit_swift_module_map
5+
build --host_features=swift.use_explicit_swift_module_map
26

37
test --test_output=errors

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
6.2.0

0 commit comments

Comments
 (0)