简体   繁体   English

将clcache与Incredibuild一起使用

[英]Use clcache with Incredibuild

I'm trying to speed up compilation by using ClCache together with Incredibuild. 我正在尝试通过将ClCache与Incredibuild一起使用来加快编译速度。

I've configured ClCache by replacing the cl.exe with the ClCache.exe. 我已经通过用ClCache.exe替换cl.exe配置了ClCache。

However, when using incredibuild it tries to execute tasks on a helper, but it never uses its output. 但是,当使用incredibuild时,它将尝试在辅助程序上执行任务,但从不使用其输出。

I see CL.exe (the renamed clcached.exe) calling Python.exe callin CL_original.exe (the original cl.exe) via procesexplorer on the helper. 我看到CL.exe(重命名为clcached.exe)通过帮助器上的procesexplorer调用了Python.exe调用CL_original.exe(原始cl.exe)。

  1. Is it possible to view the output of the cl-command executed on an Incredibuild-helper? 是否可以查看在Incredibuild-helper上执行的cl命令的输出? (This would allow me to further debug the situation) (这将允许我进一步调试情况)
  2. Did anyone succeed in configuring Clcache to work together with incredibuild? 有没有人成功配置Clcache与incredibuild一起使用?

PS: I also tried to use /MsBuild with a /p:CLToolExe pointing to ClCache, also no success. PS:我还尝试将/ MsBuild与指向ClCache的/ p:CLToolExe一起使用,也没有成功。

My name is Yoni Davidson and I am from IncrediBuild customer success team. 我叫Yoni Davidson,来自IncrediBuild客户成功团队。 In order to help with the above issue, please open a support ticket so we can properly address this. 为了解决上述问题,请打开支持通知单,以便我们正确解决此问题。 Please use the following link: https://incredibuild.kayako.com/ 请使用以下链接: https : //incredibuild.kayako.com/

Thanks for your understanding. 感谢您的理解。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM