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/11/28 19:04:36 UTC

[GitHub] marcoabreu commented on a change in pull request #11520: [WIP] Improve Ccache

marcoabreu commented on a change in pull request #11520: [WIP] Improve Ccache
URL: https://github.com/apache/incubator-mxnet/pull/11520#discussion_r237219786
 
 

 ##########
 File path: ci/docker/install/ubuntu_adduser.sh
 ##########
 @@ -34,4 +34,5 @@ then
     mkdir /work/mxnet    
     mkdir /work/build
     chown -R jenkins_slave /work/
+    chown -R jenkins_slave /usr/local/bin
 
 Review comment:
   The symbolic link I'm creating. It's super hacky, but some buildsystems seem to directly access /usr/local/bin in order to access the compiler binary. They ignore any custom setting, so I'm using the super brutal way to just rewrite that entry by overriding it with a symlink

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