PragmaTwice commented on issue #1447: URL: https://github.com/apache/incubator-kvrocks/issues/1447#issuecomment-1596108175
> for clang-16, we can refer to > > https://github.com/MikePopoloski/slang/blob/385e8e3a666551416fe76fcd9f0d6f0ba845b9bc/.github/workflows/build.yml#L40-L46 > > or execute the shell script. > > ```yaml > wget https://apt.llvm.org/llvm.sh > chmod +x llvm.sh > sudo ./llvm.sh 16 > sudo apt-get install -y clang-tidy-16 > ``` > > But I havn't found a vaild example for gcc-13. What do you think @PragmaTwice or just pend for this? We can add a PPA for ubuntu, refer to https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/ppa . -- 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]
