mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-06 15:13:19 +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
|
- 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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user