mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-15 03:53:49 +03:00
feat: Introduce stable Bazel build
The initial migration to a Bazel based build. All attempts have been made to maintain configuration parity with the upstream build.
This commit is contained in:
parent
54eaed1d8b
commit
7f192e9919
29 changed files with 6564 additions and 1 deletions
12
examples/MODULE.bazel
Normal file
12
examples/MODULE.bazel
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue