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

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -178,6 +225,8 @@ build_centos7_cpu() {
 build_centos7_mkldnn() {
     set -ex
     cd /work/mxnet
+    export CC="ccache gcc"
+    export CXX="ccache g++"
 
 Review comment:
   Is not needed for CPU builds, I added a comment about this somewhere in my 
original changes.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to