mirror of
https://github.com/google/santa.git
synced 2026-01-13 00:08:06 -05:00
57 lines
2.3 KiB
Python
57 lines
2.3 KiB
Python
module(name = "santa")
|
|
|
|
bazel_dep(name = "apple_support", version = "1.15.1", repo_name = "build_bazel_apple_support")
|
|
bazel_dep(name = "abseil-cpp", version = "20240116.2", repo_name = "com_google_absl")
|
|
bazel_dep(name = "rules_python", version = "0.33.2")
|
|
bazel_dep(name = "rules_cc", version = "0.0.9")
|
|
bazel_dep(name = "rules_apple", version = "3.8.0", repo_name = "build_bazel_rules_apple")
|
|
bazel_dep(name = "rules_swift", version = "2.0.0-rc1", repo_name = "build_bazel_rules_swift")
|
|
bazel_dep(name = "rules_fuzzing", version = "0.5.2")
|
|
bazel_dep(name = "protobuf", version = "27.2", repo_name = "com_google_protobuf")
|
|
bazel_dep(name = "googletest", version = "1.14.0.bcr.1", repo_name = "com_google_googletest")
|
|
|
|
# MOLCertificate
|
|
bazel_dep(name = "molcertificate", version = "2.1", repo_name = "MOLCertificate")
|
|
git_override(
|
|
module_name = "molcertificate",
|
|
commit = "34f0ccf68a34a07cc636ada89057c529f90bec3a",
|
|
remote = "https://github.com/google/macops-molcertificate.git",
|
|
)
|
|
|
|
# MOLAuthenticatingURLSession
|
|
bazel_dep(name = "molauthenticatingurlsession", version = "3.0", repo_name = "MOLAuthenticatingURLSession")
|
|
git_override(
|
|
module_name = "molauthenticatingurlsession",
|
|
commit = "0a50a67f29d635a4012981714c1dedef9ac25fe6",
|
|
remote = "https://github.com/google/macops-molauthenticatingurlsession.git",
|
|
)
|
|
|
|
# MOLCodesignChecker
|
|
bazel_dep(name = "molcodesignchecker", version = "3.0", repo_name = "MOLCodesignChecker")
|
|
git_override(
|
|
module_name = "molcodesignchecker",
|
|
commit = "5060bcc8baa90bae3b0ca705d14850328bbbec53",
|
|
remote = "https://github.com/google/macops-molcodesignchecker.git",
|
|
)
|
|
|
|
# MOLXPCConnection
|
|
bazel_dep(name = "molxpcconnection", version = "2.1", repo_name = "MOLXPCConnection")
|
|
git_override(
|
|
module_name = "molxpcconnection",
|
|
commit = "da816dc49becac96d941ef6a5c4153ed39d1fe7c",
|
|
remote = "https://github.com/russellhancox/macops-molxpcconnection.git",
|
|
)
|
|
|
|
# FMDB
|
|
non_module_deps = use_extension("//:non_module_deps.bzl", "non_module_deps")
|
|
use_repo(non_module_deps, "FMDB")
|
|
use_repo(non_module_deps, "OCMock")
|
|
|
|
# Hedron's Compile Commands Extractor
|
|
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
|
|
git_override(
|
|
module_name = "hedron_compile_commands",
|
|
commit = "0e990032f3c5a866e72615cf67e5ce22186dcb97",
|
|
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
|
|
)
|