mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
13 lines
430 B
TOML
13 lines
430 B
TOML
[build]
|
|
pre-build = [
|
|
# rust-bindgen dependencies: llvm-dev libclang-dev (>= 10) clang (>= 10)
|
|
# See: https://github.com/cross-rs/cross/wiki/FAQ#using-clang--bindgen for
|
|
# recommended clang versions for the given cross and bindgen version.
|
|
"apt-get update && apt-get install --assume-yes --no-install-recommends llvm-dev libclang-10-dev clang-10",
|
|
]
|
|
|
|
[build.env]
|
|
passthrough = [
|
|
"JEMALLOC_SYS_WITH_LG_PAGE",
|
|
]
|