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/05 17:42:09 UTC

[GitHub] szha commented on a change in pull request #11151: [MXNET-472] ccache for docker builds

szha commented on a change in pull request #11151: [MXNET-472] ccache for docker builds
URL: https://github.com/apache/incubator-mxnet/pull/11151#discussion_r193161092
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -31,14 +31,49 @@ clean_repo() {
     git submodule update --init --recursive
 }
 
+# wrap compiler calls with ccache
+build_ccache_wrappers() {
+    set -ex
+
+    rm -f cc
+    rm -f cxx
 
 Review comment:
   does it need to ignore remove error?

----------------------------------------------------------------
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