-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: allows files to be shared by docker images #41958
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Thanks! A few thoughts here:
|
☔ The latest upstream changes (presumably #41955) made this pull request unmergeable. Please resolve the merge conflicts. |
Done. Let's travis tests with I missed some Dockerfile update. |
📌 Commit 502eadb has been approved by |
⌛ Testing commit 502eadb with merge ee46e78... |
💔 Test failed - status-travis |
Fixed dist-powerpc-linux |
@bors: r+ |
📌 Commit 9b184c0 has been approved by |
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.
⌛ Testing commit 9b184c0 with merge d205555... |
💔 Test failed - status-appveyor |
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.
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.