aboutsummaryrefslogtreecommitdiff
path: root/repositories.bzl
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2021-10-07 14:52:41 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-10-07 15:04:36 +0200
commitcdb2d87531dbcde5b549e8a45b3d80b879441e04 (patch)
tree9ba8377ade459a9e9140f5e11c49719cd4184edf /repositories.bzl
parenta7c816b0d789aa79e923098dcce1f076a715bf3a (diff)
downloadjazzer-api-cdb2d87531dbcde5b549e8a45b3d80b879441e04.tar.gz
Do not reexport symbols from repositories.bzl
Diffstat (limited to 'repositories.bzl')
-rw-r--r--repositories.bzl62
1 files changed, 31 insertions, 31 deletions
diff --git a/repositories.bzl b/repositories.bzl
index 23158a11..fd24687e 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -14,13 +14,13 @@
"""Contains the external dependencies required to build Jazzer (but not the examples)."""
-load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
-load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
-load("//bazel:local_jdk_libjvm.bzl", "local_jdk_libjvm")
+load("@bazel_tools//tools/build_defs/repo:http.bzl", _http_archive = "http_archive")
+load("@bazel_tools//tools/build_defs/repo:utils.bzl", _maybe = "maybe")
+load("//bazel:local_jdk_libjvm.bzl", _local_jdk_libjvm = "local_jdk_libjvm")
def jazzer_dependencies():
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "platforms",
sha256 = "079945598e4b6cc075846f7fd6a9d0857c33a7afc0de868c2ccb96405225135d",
urls = [
@@ -29,16 +29,16 @@ def jazzer_dependencies():
],
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "bazel_common",
sha256 = "8b6aebdc095c8448b2f6a72bb8eae4a563891467e2d20c943f21940b1c444e38",
strip_prefix = "bazel-common-3d0e5005cfcbee836e31695d4ab91b5328ccc506",
url = "https://github.com/google/bazel-common/archive/3d0e5005cfcbee836e31695d4ab91b5328ccc506.zip",
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "bazel_skylib",
sha256 = "37fbe6e229f28dfda55d9c9a305235b882a1cf6cff746ce448b8b870ecfdf620",
strip_prefix = "bazel-skylib-fd75066f159234265efb8f838b056be5a2e00a59",
@@ -48,23 +48,23 @@ def jazzer_dependencies():
],
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "rules_jvm_external",
sha256 = "f36441aa876c4f6427bfb2d1f2d723b48e9d930b62662bf723ddfb8fc80f0140",
strip_prefix = "rules_jvm_external-4.1",
url = "https://github.com/bazelbuild/rules_jvm_external/archive/4.1.zip",
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "io_bazel_rules_kotlin",
sha256 = "58edd86f0f3c5b959c54e656b8e7eb0b0becabd412465c37a2078693c2571f7f",
url = "https://github.com/bazelbuild/rules_kotlin/releases/download/v1.5.0-beta-3/rules_kotlin_release.tgz",
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "com_google_glog",
repo_mapping = {"@com_github_gflags_gflags": "@jazzer_com_github_gflags_gflags"},
sha256 = "5a39d51a6058348e6b683f5343a24d94e01c518c7a045101045e301a27efab13",
@@ -72,24 +72,24 @@ def jazzer_dependencies():
url = "https://github.com/google/glog/archive/a4a725d547a6c1329607db50af044c4fa329e07a.tar.gz",
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "com_google_absl",
sha256 = "a2837e9042e4adac18e9bbc25f18c2c5ada0c672bc1bbeb9c8769e98b05c6c4e",
strip_prefix = "abseil-cpp-60be12ed9822078970f05f3c560324184302df6b",
url = "https://github.com/abseil/abseil-cpp/archive/60be12ed9822078970f05f3c560324184302df6b.zip",
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "com_github_johnynek_bazel_jar_jar",
sha256 = "97c5f862482a05f385bd8f9d28a9bbf684b0cf3fae93112ee96f3fb04d34b193",
strip_prefix = "bazel_jar_jar-171f268569384c57c19474b04aebe574d85fde0d",
url = "https://github.com/johnynek/bazel_jar_jar/archive/171f268569384c57c19474b04aebe574d85fde0d.tar.gz",
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
build_file = "@jazzer//third_party:classgraph.BUILD",
name = "com_github_classgraph_classgraph",
sha256 = "2b7c3930f007e4acca8a50a26957b09a55b2fabd23ed00715516a114ae3f1c1e",
@@ -97,8 +97,8 @@ def jazzer_dependencies():
url = "https://github.com/classgraph/classgraph/archive/refs/tags/classgraph-4.8.116.tar.gz",
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
build_file = "@jazzer//third_party:asm.BUILD",
name = "jazzer_ow2_asm",
sha256 = "7b596cc584b241619911e99c5c96366fccd533b1a50b8720c151c2f74b5915e3",
@@ -106,8 +106,8 @@ def jazzer_dependencies():
url = "https://gitlab.ow2.org/asm/asm/-/archive/ASM_9_2/asm-ASM_9_2.tar.gz",
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "jazzer_com_github_gflags_gflags",
patches = [
"@jazzer//third_party:gflags-use-double-dash-args.patch",
@@ -117,8 +117,8 @@ def jazzer_dependencies():
url = "https://github.com/gflags/gflags/archive/827c769e5fc98e0f2a34c47cef953cc6328abced.tar.gz",
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "jazzer_jacoco",
build_file = "@jazzer//third_party:jacoco_internal.BUILD",
patches = [
@@ -130,8 +130,8 @@ def jazzer_dependencies():
url = "https://github.com/jacoco/jacoco/archive/v0.8.7.tar.gz",
)
- maybe(
- http_archive,
+ _maybe(
+ _http_archive,
name = "jazzer_libfuzzer",
build_file = "@jazzer//third_party:libFuzzer.BUILD",
sha256 = "1c6fd44cf6ea5f70f79fba94a86ff3cd010b9e25f2166b7d55143acd21ce6f08",
@@ -139,7 +139,7 @@ def jazzer_dependencies():
url = "https://github.com/CodeIntelligenceTesting/llvm-project-jazzer/archive/b9c07e9c1e75857901808c13101c909104c413a8.tar.gz",
)
- maybe(
- local_jdk_libjvm,
+ _maybe(
+ _local_jdk_libjvm,
name = "jazzer_libjvm",
)