mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-16 07:31:48 +03:00
- Replace jemalloc.h genrule with cross-platform cc_binary (jemalloc_hdr_gen) - Migrate all rules_cc imports from defs.bzl compat shim to granular paths - Add sh_binary targets for shell script genrules - Pin MODULE.bazel deps to minimum versions required by Bazel 8 - Add bazel_lib and rules_shell dependencies - Rename jemalloc_core to lib/jemalloc for conventional output naming
12 lines
287 B
Text
12 lines
287 B
Text
module(
|
|
name = "jemalloc_examples",
|
|
)
|
|
|
|
bazel_dep(name = "jemalloc")
|
|
local_path_override(
|
|
module_name = "jemalloc",
|
|
path = "..",
|
|
)
|
|
|
|
bazel_dep(name = "platforms", version = "0.0.11", dev_dependency = True)
|
|
bazel_dep(name = "rules_cc", version = "0.2.4", dev_dependency = True)
|