mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 23:21:41 +03:00
The initial migration to a Bazel based build. All attempts have been made to maintain configuration parity with the upstream build.
12 lines
288 B
Text
12 lines
288 B
Text
module(
|
|
name = "jemalloc_examples",
|
|
)
|
|
|
|
bazel_dep(name = "jemalloc")
|
|
local_path_override(
|
|
module_name = "jemalloc",
|
|
path = "..",
|
|
)
|
|
|
|
bazel_dep(name = "platforms", version = "0.0.10", dev_dependency = True)
|
|
bazel_dep(name = "rules_cc", version = "0.0.17", dev_dependency = True)
|