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 2020/03/17 02:20:18 UTC

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17853: CI: switch to patched ccache 3 version

leezu commented on a change in pull request #17853: CI: switch to patched ccache 3 version
URL: https://github.com/apache/incubator-mxnet/pull/17853#discussion_r393408770
 
 

 ##########
 File path: ci/docker/install/deb_ubuntu_ccache.sh
 ##########
 @@ -50,15 +51,15 @@ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
 
 git clone --recursive https://github.com/ccache/ccache.git
 cd ccache
-# Checkout a fixed & tested pre-release commit of ccache 4
-# ccache 4 contains fixes for caching nvcc output: https://github.com/ccache/ccache/pull/381
-git checkout 2e7154e67a5dd56852dae29d4c418d4ddc07c230
+git checkout v3.7.8
+# Backport cuda related fixes: https://github.com/ccache/ccache/pull/381
+git config user.name "MXNet CI"
 
 Review comment:
   No. I'm setting this only for the ccache repository.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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