We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a50a7e commit 8db6323Copy full SHA for 8db6323
projects/abseil-cpp/WORKSPACE
@@ -54,3 +54,11 @@ rules_fuzzing_init()
54
load("@fuzzing_py_deps//:requirements.bzl", "install_deps")
55
56
install_deps()
57
+
58
+http_archive(
59
+ name = "rules_cc",
60
+ sha256 = "1a337c60b123ab283b7647f1a5b7585a6a4e086a1033e2a71f03f4f1e1f81853",
61
+ strip_prefix = "rules_cc-0.0.9",
62
+ urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz"],
63
+)
64
0 commit comments