mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
16 lines
546 B
TOML
16 lines
546 B
TOML
[target.aarch64-unknown-linux-gnu]
|
|
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:0.2.5"
|
|
|
|
[build]
|
|
pre-build = [
|
|
"dpkg --add-architecture $CROSS_DEB_ARCH",
|
|
"apt update && apt install -y unzip zlib1g-dev zlib1g-dev:$CROSS_DEB_ARCH",
|
|
"curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip && unzip protoc-3.15.8-linux-x86_64.zip -d /usr/",
|
|
"chmod a+x /usr/bin/protoc && chmod -R a+rx /usr/include/google",
|
|
]
|
|
|
|
[build.env]
|
|
passthrough = [
|
|
"JEMALLOC_SYS_WITH_LG_PAGE",
|
|
]
|