jemallocator/Cross.toml
gnzlbg db85601eac Allow jemalloc-sys to pick jemalloc from git
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.
2019-04-03 20:03:09 +02:00

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"
]