szha 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_r393445177
########## 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: I'd suggest having a patched fork somewhere and we can pick up ccache from that instead. ---------------------------------------------------------------- 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
