fix: tell jemalloc to use 64-KiB pages when cross building aarch64 (#7123)

This commit is contained in:
Justin Traglia
2024-03-19 11:03:23 -05:00
committed by GitHub
parent 11bedc1884
commit aed833b3a9
3 changed files with 19 additions and 8 deletions

View File

@ -2,4 +2,9 @@
pre-build = [
# rust-bindgen dependencies: llvm-dev libclang-dev (>= 5.0) clang (>= 5.0)
"apt-get update && apt-get install --assume-yes --no-install-recommends llvm-dev libclang-6.0-dev clang-6.0"
]
[build.env]
passthrough = [
"JEMALLOC_SYS_WITH_LG_PAGE",
]