mirror of https://github.com/google/oss-fuzz.git
[abseil-cpp] Add missing @bazel_skylib dependency. (#7664)
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
parent
74438324f8
commit
05365732a2
|
@ -14,7 +14,15 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
local_repository(
|
||||
name = "com_google_absl",
|
||||
path = "abseil-cpp/",
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
http_archive(
|
||||
name = "bazel_skylib",
|
||||
sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728",
|
||||
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz"],
|
||||
)
|
||||
|
||||
local_repository(
|
||||
name = "com_google_absl",
|
||||
path = "abseil-cpp/",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue