]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41958 - malbarbo:docker-share, r=alexcrichton
authorMark Simulacrum <mark.simulacrum@gmail.com>
Fri, 19 May 2017 20:16:14 +0000 (14:16 -0600)
committerGitHub <noreply@github.com>
Fri, 19 May 2017 20:16:14 +0000 (14:16 -0600)
ci: allows files to be shared by docker images

Change `src/ci/docker/run.sh` to allow files to be shared when building docker containers. For while, only android related shell scripts are shared. Others containers can be updated at any time.

sccache is installed last, as it is frequently updated this avoids the need to rebuilt the whole container.


Trivial merge