From 8784a43c397d07f93860e5d9d9fadfa8c2d72508 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:57:50 -0700 Subject: [PATCH] Update docs --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1c1adf..ec0cbd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,10 @@ jobs: - run: rustup update stable && rustup default stable # 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 - # chat-cli's build.rs unconditionally links liblogosdelivery and requires - # LOGOS_DELIVERY_LIB_DIR. The smoketest job builds and exercises it under - # Nix; here we keep the toolchain-only job fast by skipping it. + # chat-cli pulls in components' embedded_p2p_delivery feature, whose + # build.rs links liblogosdelivery (built via Nix or LOGOS_DELIVERY_LIB_DIR). + # 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 test --verbose --workspace --exclude chat-cli