jihuayu commented on code in PR #3389:
URL: https://github.com/apache/kvrocks/pull/3389#discussion_r2922051424
##########
.github/workflows/kvrocks.yaml:
##########
@@ -78,6 +78,8 @@ jobs:
cache: false
- name: Prepare Dependencies
run: |
+ wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key
add -
+ echo "deb http://apt.llvm.org/$(lsb_release -cs)/
llvm-toolchain-$(lsb_release -cs)-18 main" | sudo tee
/etc/apt/sources.list.d/llvm.list
sudo apt update
sudo apt install -y clang-format-18 clang-tidy-18
Review Comment:
18.1.8 was released on June 20, 2024, and probably won't be updated again
unless there's a major bug. If it is, we should sync the version in our
pipeline.
So, I think this is the best option.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]