mirror of
https://github.com/girlbossceo/jemallocator.git
synced 2024-11-28 05:44:18 +00:00
db85601eac
This PR allows automatically fetching the latest jemalloc from its dev branch by defining the environment variable `JEMALLOC_SYS_GIT_DEV_BRANCH`. This is useful when debugging whether certain bugs are already fixed upstream, as well as for detecting whether upstream changes break our tests. This PR adds two build jobs that test the dev branch on the tier-1 x86_64 linux and osx targets.
16 lines
427 B
TOML
16 lines
427 B
TOML
[build.env]
|
|
passthrough = [
|
|
"RUST_BACKTRACE",
|
|
"RUST_TEST_THREADS",
|
|
"RUST_TEST_NOCAPTURE",
|
|
"NO_JEMALLOC_TESTS",
|
|
"TERM",
|
|
"JEMALLOC_SYS_RUN_JEMALLOC_TESTS",
|
|
"JEMALLOC_SYS_VERIFY_CONFIGURE",
|
|
"JEMALLOC_SYS_GIT_DEV_BRANCH",
|
|
"JEMALLOC_SYS_WITH_MALLOC_CONF",
|
|
"JEMALLOC_SYS_WITH_LG_PAGE",
|
|
"JEMALLOC_SYS_WITH_LG_HUGEPAGE",
|
|
"JEMALLOC_SYS_WITH_LG_QUANTUM",
|
|
"JEMALLOC_SYS_WITH_LG_VADDR"
|
|
] |