Skip to content

Commit a26c16b

Browse files
Convert remote_config_sh to bazel mod (#165)
When migrating to bazel mod the repository remote_config_sh was not converted to bazel mod format. This fix brings it back in.
1 parent 9f79d37 commit a26c16b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ bazel_dep(name = "opentelemetry-proto", version = "1.5.0")
1616
bazel_dep(name = "platforms", version = "0.0.11")
1717
bazel_dep(name = "protobuf", version = "29.3")
1818
bazel_dep(name = "remote_config_cc")
19+
bazel_dep(name = "remote_config_sh")
1920
bazel_dep(name = "rules_antlr")
2021
bazel_dep(name = "rules_cc", version = "0.0.17")
2122
bazel_dep(name = "rules_go", version = "0.53.0")
@@ -96,6 +97,11 @@ local_path_override(
9697
path = "tools/remote-toolchains/ubuntu-act-22-04/local_config_cc",
9798
)
9899

100+
local_path_override(
101+
module_name = "remote_config_sh",
102+
path = "tools/remote-toolchains/ubuntu-act-22-04/local_config_sh",
103+
)
104+
99105
git_override(
100106
module_name = "bazel_remote_apis",
101107
commit = "7f922028fcfac63bdd8431e68de152d9e7a9e2a0", # bb-storage
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module(name = "remote_config_sh")
2+
3+
bazel_dep(name = "rules_shell", version = "0.3.0")

tools/remote-toolchains/ubuntu-act-22-04/local_config_sh/WORKSPACE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)