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 b47c8e8 commit 36d34f1Copy full SHA for 36d34f1
misc/bazel/workspace.bzl
@@ -43,3 +43,13 @@ def codeql_workspace(repository_name = "codeql"):
43
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
44
],
45
)
46
+
47
+ maybe(
48
+ repo_rule = http_archive,
49
+ name = "absl",
50
+ sha256 = "cec2e5bf780532bd0ac672eb8d43c0f8bbe84ca5df8718320184034b7f59a398",
51
+ urls = [
52
+ "https://github.com/abseil/abseil-cpp/archive/d2c5297a3c3948de765100cb7e5cccca1210d23c.tar.gz",
53
+ ],
54
+ strip_prefix = "abseil-cpp-d2c5297a3c3948de765100cb7e5cccca1210d23c",
55
+ )
0 commit comments