mirror of https://github.com/grpc/grpc.git
Change `git submodule` copying mechanism from the host to the docker container to use `git clone` instead of `git submodule update --init --reference`, which reaches out to the network and fails on older docker containers with deprecated openssl versions that do not support modern TLS versions required by GitHub, e.g. manylinux1. This fixes artifact builds for protoc and Python on Linux.pull/14502/head
parent
756acb78f6
commit
2fc4ad1ed9
2 changed files with 3 additions and 7 deletions
Loading…
Reference in new issue