From 965825564db58fa4eb96fd7d20d329245fac87d7 Mon Sep 17 00:00:00 2001 From: Snir Sheriber Date: Sun, 23 Aug 2020 14:05:02 +0300 Subject: [PATCH] docs: remove outdated dependencies from agent docs switched from grpc to ttrpc (a7041c27d) Fixes: #558 Signed-off-by: Snir Sheriber --- src/agent/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/agent/README.md b/src/agent/README.md index 62142456c6..0f45e2b357 100644 --- a/src/agent/README.md +++ b/src/agent/README.md @@ -38,10 +38,6 @@ After that, we drafted the initial code here, and any contributions are welcome. ## Getting Started -### Dependencies -The `rust-agent` depends on [`grpc-rs`](https://github.com/pingcap/grpc-rs) by PingCAP. However, the upstream `grpc-rs` and [gRPC](https://github.com/grpc/grpc) need some changes to be used here, which may take some time to be landed. Therefore, we created a temporary fork or `grpc-rs` here: -- https://github.com/alipay/grpc-rs/tree/rust_agent - ### Build from Source The rust-agent need to be built with rust nightly, and static linked with musl. ```bash