Some checks failed
hax / fstar-type-checking (push) Has been cancelled
proverif / proofs (push) Has been cancelled
CI / cargo test (push) Has been cancelled
CI / MSRV (push) Has been cancelled
CI / cross test polynomial i586 (push) Has been cancelled
CI / cross test polynomial i686 (push) Has been cancelled
CI / cross test polynomial aarch64 (push) Has been cancelled
Co-authored-by: Rolfe Schmidt <rolfe@signal.org>
14 lines
322 B
TOML
14 lines
322 B
TOML
[build]
|
|
pre-build = [
|
|
"apt-get install -y zip wget",
|
|
"wget https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-x86_64.zip",
|
|
"unzip protoc-29.3-linux-x86_64.zip -d protoc",
|
|
"mv protoc/bin/protoc /usr/bin",
|
|
]
|
|
|
|
[build.env]
|
|
passthrough = [
|
|
"RUST_LOG",
|
|
]
|
|
volumes = ["/tmp:/tmp"]
|