SparsePostQuantumRatchet/Cross.toml
gram-signal d310c99c57
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
Partial fix for cryspen/libcrux#1275
Co-authored-by: Rolfe Schmidt <rolfe@signal.org>
2026-01-14 13:20:36 -08:00

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"]