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_r393447954
 
 

 ##########
 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:
   Any commiter has the permission to modify this PR. I don't mind any changes. 
Just the person modifying it should make sure to take 8 hours after change to 
retrigger the CI as often as needed. 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to