mirror of
https://github.com/clangd/clangd.git
synced 2025-12-17 12:43:44 +00:00
Updating grpc verion to 1.71.0
gRPC is on an older version; we tried to use a TLS-enabled connection, which requires the latest version of gRPC.
This commit is contained in:
parent
0ed1e6bc60
commit
eca053f6d3
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -228,7 +228,7 @@ jobs:
|
|||||||
# We use the same version of gRPC for LLVM's clangd-ubuntu-tsan
|
# We use the same version of gRPC for LLVM's clangd-ubuntu-tsan
|
||||||
# buildbot.
|
# buildbot.
|
||||||
# https://github.com/llvm/llvm-zorg/blob/main/buildbot/google/docker/buildbot-clangd-ubuntu-clang/Dockerfile
|
# https://github.com/llvm/llvm-zorg/blob/main/buildbot/google/docker/buildbot-clangd-ubuntu-clang/Dockerfile
|
||||||
ref: v1.36.3
|
ref: v1.71.0
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Build gRPC
|
- name: Build gRPC
|
||||||
run: >
|
run: >
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user