Reintroduce "Remove ccache from all docker images"#15483
Reintroduce "Remove ccache from all docker images"#15483jtattermusch merged 2 commits intogrpc:masterfrom
Conversation
|
|
|
|
Introducing this would break grpc-node tests again - @nicolasnoble what would be the proper fix? |
|
Are the docker images that are impacted by this change saved anywhere, or are they rebuilt whenever the tests are run? |
|
they are saved in dockerhub (and they are differentiated based on sha1 of the by computing sha1 of the Dockerfile before and after you can get to the exact images used by kokoro. |
|
OK, I think I know what the problem is. It's not related to ccache, but rather to the fact that the docker image is getting rebuilt. I think this should be fixed by #15491. |
|
I have merged #15491. I think you will have to merge master into your branch and republish the docker images, but then the tests should pass. |
a5044a0 to
0c4a3ba
Compare
|
@murgatroid99, thanks for the update! Testing now. |
|
|
|
|
Known failures: |
No description provided.