Skip to content

Commit 2d51dc1

Browse files
committed
WORKSPACE config for rules_cc?
1 parent fe6038f commit 2d51dc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WORKSPACE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ python_register_multi_toolchains(
8080
python_versions = PYTHON_VERSIONS,
8181
)
8282

83+
load("@rules_cc//cc:repositories.bzl", "rules_cc_dependencies", "rules_cc_toolchains")
84+
85+
rules_cc_dependencies()
86+
87+
rules_cc_toolchains()
88+
8389
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
8490

8591
# Used for Bazel CI

0 commit comments

Comments
 (0)