Add the link to our buildbot Docker image

This commit is contained in:
Kirill Bobyrev 2020-11-17 13:49:13 +01:00
parent e20cc0d34f
commit c269907ae1
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0

View File

@ -104,6 +104,9 @@ jobs:
with: with:
repository: grpc/grpc repository: grpc/grpc
path: grpc path: grpc
# 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 ref: v1.33.2
submodules: recursive submodules: recursive
- name: Build gRPC - name: Build gRPC