Uh oh!
There was an error while loading. Please reload this page.
ci: allows files to be shared by docker images - #41958
Merged
Merged
Conversation
rust-highfive
commented
May 12, 2017
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
malbarbo
commented
May 12, 2017
ContributorAuthor
alexcrichton
commented
May 12, 2017
Member
Thanks! A few thoughts here:
|
bors
commented
May 13, 2017
Collaborator
☔ The latest upstream changes (presumably #41955) made this pull request unmergeable. Please resolve the merge conflicts. |
malbarbo
commented
May 18, 2017
ContributorAuthor
Done. Let's travis tests with I missed some Dockerfile update. |
alexcrichton
commented
May 18, 2017
Member
bors
commented
May 18, 2017
Collaborator
📌 Commit 502eadb has been approved by |
bors
commented
May 18, 2017
Collaborator
⌛ Testing commit 502eadb with merge ee46e78... |
bors
commented
May 18, 2017
Collaborator
💔 Test failed - status-travis |
malbarbo
commented
May 18, 2017
ContributorAuthor
Fixed dist-powerpc-linux |
alexcrichton
commented
May 18, 2017
Member
@bors: r+ |
bors
commented
May 18, 2017
Collaborator
📌 Commit 9b184c0 has been approved by |
Mark-Simulacrum added a commit
to Mark-Simulacrum/rust
that referenced
this pull request
May 18, 2017
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.
bors
commented
May 19, 2017
Collaborator
⌛ Testing commit 9b184c0 with merge d205555... |
bors
commented
May 19, 2017
Collaborator
💔 Test failed - status-appveyor |
Mark-Simulacrum added a commit
to Mark-Simulacrum/rust
that referenced
this pull request
May 19, 2017
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.
bors added a commit
that referenced
this pull request
May 19, 2017
35 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change
src/ci/docker/run.shto 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.