Commit Graph

10 Commits

Author SHA1 Message Date
Mehrdad Afshari 5b0685b6c2 Fix submodule handling in dockerized tests 2018-02-22 23:11:31 -08:00
Mehrdad Afshari 2fc4ad1ed9 Fix Linux artifact builds
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.
2018-02-22 21:45:03 -08:00
Mehrdad Afshari 827c799304 Make docker_run.sh pass shellcheck (with suppressions) 2018-01-25 09:08:37 -08:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Matt Kwong 10dcccadfb fixed whitespacing and docker_run_tests.sh now clones submodule via network 2016-09-28 16:55:15 -07:00
Matt Kwong 5d0f24600e changed method to local clone submodules to using git submodule foreach from the local copy 2016-09-28 16:55:15 -07:00
Matt Kwong 46c7f574bd submodule clone comments changed to be more descriptive 2016-09-28 16:55:15 -07:00
Matt Kwong a436bab47f fixed incorrect directory when using EXTERNAL_GIT_ROOT in Docker cloning var 2016-09-28 16:55:15 -07:00
Matt Kwong befac97048 fixed local cloning of grpc/grpc submodules on docker 2016-09-28 16:55:14 -07:00
Jan Tattermusch 99341e30cf move helper script for dockerization 2016-05-03 15:54:43 -07:00