Skip to content

Commit f53608a

Browse files
katrecopybara-github
authored andcommitted
Remove no-op incompatible_use_toolchain_transition param
Closes #26249. PiperOrigin-RevId: 770239644 Change-Id: I6fcf5335f841f861bdf72d53be92097e886fa72c
1 parent e1e523b commit f53608a

File tree

4 files changed

+116
-101
lines changed

4 files changed

+116
-101
lines changed

MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ single_version_override(
8989
],
9090
)
9191

92+
# rules_foreign_cc is pulled in via grpc: remove this when grpc is updated.
93+
single_version_override(
94+
module_name = "rules_foreign_cc",
95+
version = "0.15.0",
96+
)
97+
9298
local_path_override(
9399
module_name = "remoteapis",
94100
path = "./third_party/remoteapis",

0 commit comments

Comments
 (0)