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/17 17:13:12 UTC

[GitHub] marcoabreu commented on issue #11322: [MXNET-554] Add ccache reporting to CI

marcoabreu commented on issue #11322: [MXNET-554] Add ccache reporting to CI
URL: https://github.com/apache/incubator-mxnet/pull/11322#issuecomment-397892681
 
 
   I like it general, I'm just afraid it's a bit too verbose since it increases the log by about 300%. 
   
   It would be a bit tedious, but we could try to reproduce ccache -s locally by parsing the log. We could aggregate the 'Result' lines:
   
   ```
   Result: cache hit (direct)
   Result: called for link
   Result: no input file
   ```
   
   wdyt?
    

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