Skip to content

Commit 36d34f1

Browse files
committed
Bazel: Add Abseil C++ dependency.
1 parent b47c8e8 commit 36d34f1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

misc/bazel/workspace.bzl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,13 @@ def codeql_workspace(repository_name = "codeql"):
4343
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
4444
],
4545
)
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

Comments
 (0)