We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c1b58 commit 4c0e69cCopy full SHA for 4c0e69c
utils/bazel/WORKSPACE
@@ -16,6 +16,14 @@ http_archive(
16
],
17
)
18
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
+
27
new_local_repository(
28
name = "llvm-raw",
29
build_file_content = "# empty",
0 commit comments