-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMODULE.bazel
29 lines (25 loc) · 1.09 KB
/
MODULE.bazel
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module(name = "lab")
bazel_dep(name = "abseil-cpp", version = "20250127.1")
bazel_dep(name = "boost.asio", version = "1.87.0.bcr.1")
bazel_dep(name = "boost.beast", version = "1.87.0.bcr.1")
bazel_dep(name = "boost.endian", version = "1.87.0")
bazel_dep(name = "boost.icl", version = "1.87.0")
bazel_dep(name = "boost.log", version = "1.87.0")
bazel_dep(name = "boost.process", version = "1.87.0")
bazel_dep(name = "boost.smart_ptr", version = "1.87.0")
bazel_dep(name = "boost.system", version = "1.87.0")
bazel_dep(name = "boringssl", version = "0.20250311.0")
bazel_dep(name = "flatbuffers", version = "25.2.10")
bazel_dep(name = "google_benchmark", version = "1.9.2")
bazel_dep(name = "googletest", version = "1.16.0")
bazel_dep(name = "platforms", version = "0.0.11")
bazel_dep(name = "trunk")
git_override(
module_name = "trunk",
commit = "575a28d82a8c0cf28f9d97220df8319261f47e55",
remote = "https://github.com/iceboy233/trunk.git",
)
register_toolchains(
"@trunk//third_party/linux_crosstool:linux-aarch64_toolchain",
"@trunk//third_party/linux_crosstool:linux-x86_64_toolchain",
)