You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/12 11:32:34 UTC

[GitHub] lebeg commented on a change in pull request #11244: Fix #11214 ccache compilation

lebeg commented on a change in pull request #11244: Fix #11214 ccache compilation
URL: https://github.com/apache/incubator-mxnet/pull/11244#discussion_r194703498
 
 

 ##########
 File path: ci/docker/install/ubuntu_ccache.sh
 ##########
 @@ -24,6 +24,12 @@ set -ex
 pushd .
 
 apt update
+apt install -y \
 
 Review comment:
   You could just remove `--no-install-recommends` from the call below - it would install most of the necessary packages. Actually, we had quite a discussion about where this installs should go: https://github.com/apache/incubator-mxnet/pull/11096 I'm not sure what was the outcome of it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services