Skip to content

Commit 5c29155

Browse files
laramielcopybara-github
authored andcommitted
Register shell toolchains.
PiperOrigin-RevId: 805951376 Change-Id: Ic2ff17574614d1e7d1cdd66aff09d9d5672c854b
1 parent 63431fd commit 5c29155

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ load("@bazel_features//:deps.bzl", "bazel_features_deps")
1010

1111
bazel_features_deps()
1212

13+
load("@rules_shell//shell:repositories.bzl", "rules_shell_toolchains")
14+
15+
rules_shell_toolchains()
16+
1317
# @rules_python configuration for local python runtime / toolchain.
1418
#
1519
# py_repositories() creates internal repositories for python, and use of rules_python

0 commit comments

Comments
 (0)