Skip to content

Commit

Permalink
kv: add cluster id into the kv RPC context (#1228)
Browse files Browse the repository at this point in the history
* add cluster id into the kv RPC context

Signed-off-by: cfzjywxk <[email protected]>

* add update for CI

Signed-off-by: cfzjywxk <[email protected]>

* add update for cpp CI

Signed-off-by: cfzjywxk <[email protected]>

---------

Signed-off-by: cfzjywxk <[email protected]>
  • Loading branch information
cfzjywxk authored Feb 27, 2024
1 parent 881fcbf commit 929ab83
Show file tree
Hide file tree
Showing 5 changed files with 473 additions and 422 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cpp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Update package lists
run: sudo apt update
- name: Install dependencies
run: sudo apt install -y cmake clang libclang-dev llvm llvm-dev
- name: Cache gRPC
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Update package lists
run: sudo apt update
- name: Install dependencies (LLVM and compilers)
run: sudo apt install -y cmake clang libclang-dev llvm llvm-dev
- name: Install dependencies (protocol buffers compiler)
Expand Down
Loading

0 comments on commit 929ab83

Please sign in to comment.