[target.aarch64-unknown-linux-gnu]
pre-build = [
"apt-get update && apt-get install -y unzip",
"curl -sSL https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-linux-x86_64.zip -o /tmp/protoc.zip && unzip -o /tmp/protoc.zip -d /usr/local && rm /tmp/protoc.zip"
]
[build.env]
passthrough = ["OPENSSL_STATIC", "CARGO_PROFILE_RELEASE_LTO", "CARGO_PROFILE_RELEASE_CODEGEN_UNITS"]