From b8509959fe239b81cb3fd9a1e219c8f285c4c25d Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Sun, 19 Sep 2021 10:57:12 +0200 Subject: Add basic generic autofuzz and consume functionality --- repositories.bzl | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'repositories.bzl') diff --git a/repositories.bzl b/repositories.bzl index 01861cc2..4adca8a2 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -87,13 +87,22 @@ def jazzer_dependencies(): url = "https://github.com/johnynek/bazel_jar_jar/archive/171f268569384c57c19474b04aebe574d85fde0d.tar.gz", ) + maybe( + http_archive, + name = "com_github_jhalterman_typetools", + build_file = "@jazzer//third_party:typetools.BUILD", + sha256 = "754f46de7d4c278cee2d4dba3c09ebe08fde03d0e67fc85d700611d9cdfb7868", + strip_prefix = "typetools-887153d2a9adf032fac9f145594d0a0248618d48", + url = "https://github.com/jhalterman/typetools/archive/887153d2a9adf032fac9f145594d0a0248618d48.tar.gz", + ) + maybe( http_archive, build_file = "@jazzer//third_party:classgraph.BUILD", name = "com_github_classgraph_classgraph", - sha256 = "2b7c3930f007e4acca8a50a26957b09a55b2fabd23ed00715516a114ae3f1c1e", - strip_prefix = "classgraph-classgraph-4.8.116", - url = "https://github.com/classgraph/classgraph/archive/refs/tags/classgraph-4.8.116.tar.gz", + sha256 = "c1804c9c657b0c6781af694443e140efc8178b8f2469d59f18bf1e6cfaafc284", + strip_prefix = "classgraph-classgraph-4.8.126", + url = "https://github.com/classgraph/classgraph/archive/refs/tags/classgraph-4.8.126.tar.gz", ) maybe( -- cgit v1.2.3