mirror of
https://github.com/clangd/clangd.git
synced 2024-12-04 21:17:10 +00:00
Bump gRPC version to 1.33.2 (#592)
* Bump gRPC version to 1.33.2 This is the same version we are using in our buildbot, so this will surely be the "stable" version for us right now.
This commit is contained in:
parent
a276cdf62f
commit
94b525b2ee
5
.github/workflows/autobuild.yaml
vendored
5
.github/workflows/autobuild.yaml
vendored
@ -104,7 +104,10 @@ jobs:
|
||||
with:
|
||||
repository: grpc/grpc
|
||||
path: grpc
|
||||
ref: v1.32.0
|
||||
# We use the same version of gRPC for LLVM's clangd-ubuntu-tsan
|
||||
# buildbot.
|
||||
# https://github.com/llvm/llvm-zorg/blob/master/buildbot/google/docker/buildbot-clangd-ubuntu-clang/Dockerfile
|
||||
ref: v1.33.2
|
||||
submodules: recursive
|
||||
- name: Build gRPC
|
||||
run: >
|
||||
|
Loading…
Reference in New Issue
Block a user