c-rust / Cross.toml
kevin
rust
cd872f9
raw
history blame contribute delete
434 Bytes
[target.x86_64-unknown-linux-gnu]
pre-build = [
"set -e",
"apt-get update",
"apt-get install -y --no-install-recommends build-essential protobuf-compiler pkg-config libssl-dev nodejs npm",
"rm -rf /var/lib/apt/lists/*"
]
[target.x86_64-unknown-freebsd]
pre-build = [
"pkg update",
"pkg install -y node20 www/npm protobuf ca_root_nss bash gmake pkgconf openssl",
"export SSL_CERT_FILE=/etc/ssl/cert.pem"
]