Skip to content

Commit 387b52a

Browse files
mmorel-35phlax
authored andcommitted
deps: bzlmod migration with BCR dependencies
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent ae631df commit 387b52a

File tree

35 files changed

+4826
-1703
lines changed

35 files changed

+4826
-1703
lines changed

.bazelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ startup --host_jvm_args="-DBAZEL_TRACK_SOURCE_DIRECTORIES=1"
1919
# global
2020
#############################################################################
2121

22-
common --noenable_bzlmod
22+
common --enable_bzlmod
2323

2424
fetch --color=yes
2525
run --color=yes
@@ -81,6 +81,9 @@ coverage --build_tests_only
8181
# Specifies the rustfmt.toml for all rustfmt_test targets.
8282
build --@rules_rust//rust/settings:rustfmt.toml=@envoy//:rustfmt.toml
8383

84+
common --incompatible_enable_proto_toolchain_resolution=true
85+
86+
build --@rules_rust//rust/settings:experimental_use_cc_common_link=True
8487

8588
#############################################################################
8689
# os

0 commit comments

Comments
 (0)