mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-28 03:59:27 +00:00
Update docs
This commit is contained in:
parent
48259c5daf
commit
8784a43c39
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user