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:
[email protected]
With regards,
Apache Git Services