Skip to content

Commit 4c0e69c

Browse files
add explict http_archive for rules_cc
1 parent 22c1b58 commit 4c0e69c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/bazel/WORKSPACE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ http_archive(
1616
],
1717
)
1818

19+
# https://github.com/bazelbuild/rules_cc/releases/tag/0.0.17
20+
http_archive(
21+
name = "rules_cc",
22+
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz"],
23+
sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1",
24+
strip_prefix = "rules_cc-0.0.17",
25+
)
26+
1927
new_local_repository(
2028
name = "llvm-raw",
2129
build_file_content = "# empty",

0 commit comments

Comments
 (0)