Update docs

This commit is contained in:
Jazz Turner-Baggs 2026-06-23 23:57:50 -07:00
parent 48259c5daf
commit 8784a43c39
No known key found for this signature in database

View File

@ -20,9 +20,10 @@ jobs:
- run: rustup update stable && rustup default stable - run: rustup update stable && rustup default stable
# hashgraph-like-consensus's build.rs shells out to protoc via prost-build. # hashgraph-like-consensus's build.rs shells out to protoc via prost-build.
- run: sudo apt-get update && sudo apt-get install -y protobuf-compiler - run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
# chat-cli's build.rs unconditionally links liblogosdelivery and requires # chat-cli pulls in components' embedded_p2p_delivery feature, whose
# LOGOS_DELIVERY_LIB_DIR. The smoketest job builds and exercises it under # build.rs links liblogosdelivery (built via Nix or LOGOS_DELIVERY_LIB_DIR).
# Nix; here we keep the toolchain-only job fast by skipping it. # The smoketest job builds and exercises it under Nix; here we keep the
# toolchain-only job fast by skipping it.
- run: cargo build --verbose --workspace --exclude chat-cli - run: cargo build --verbose --workspace --exclude chat-cli
- run: cargo test --verbose --workspace --exclude chat-cli - run: cargo test --verbose --workspace --exclude chat-cli