aboutsummaryrefslogtreecommitdiff
path: root/repositories.bzl
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2021-09-19 10:57:12 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-10-19 11:07:51 +0200
commitb8509959fe239b81cb3fd9a1e219c8f285c4c25d (patch)
tree91dc90e8d3b8a3b2ec10a1ffce38b4ecfba82f35 /repositories.bzl
parent902bd223b2520aec4dea31e35edbda495d29e90d (diff)
downloadjazzer-api-b8509959fe239b81cb3fd9a1e219c8f285c4c25d.tar.gz
Add basic generic autofuzz and consume functionality
Diffstat (limited to 'repositories.bzl')
-rw-r--r--repositories.bzl15
1 files changed, 12 insertions, 3 deletions
diff --git a/repositories.bzl b/repositories.bzl
index 01861cc2..4adca8a2 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -89,11 +89,20 @@ def jazzer_dependencies():
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(