From c269907ae1e4f8bfeadc0b159126c0a025e5f218 Mon Sep 17 00:00:00 2001 From: Kirill Bobyrev Date: Tue, 17 Nov 2020 13:49:13 +0100 Subject: [PATCH] Add the link to our buildbot Docker image --- .github/workflows/autobuild.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index 7f11820..e3e7b75 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -104,6 +104,9 @@ jobs: with: repository: grpc/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 submodules: recursive - name: Build gRPC