mirror of
https://github.com/girlbossceo/jemallocator.git
synced 2024-11-28 15:34:19 +00:00
510c5f0b84
As we are going to publish the crate to crates.io, we need a different name and version. Since native library is upgraded, all versions are bumpped to 0.4.0. To make it clear which version of jemalloc is used, I attach a build tag 5.2.1. And the project are upgraded to 2018 version. Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
9 lines
169 B
Bash
Executable file
9 lines
169 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
set -ex
|
|
|
|
export RUSTDOCFLAGS="--cfg jemallocator_docs"
|
|
cargo doc --features alloc_trait
|
|
cargo doc -p tikv-jemalloc-sys
|
|
cargo doc -p tikv-jemalloc-ctl
|