简体   繁体   English

Incredibuild 仅在本地构建

[英]Incredibuild only builds locally

I am using incredibuild to build C++ projects(Visual Studio 2017).我正在使用 Incredibuild 构建 C++ 项目(Visual Studio 2017)。 It utilizes 8 cores of my local PC and doesn't distribute work to other remote hosts.它利用了我本地 PC 的 8 个内核,并且不会将工作分配给其他远程主机。 I don't have 'Enable standalone mode' checked.我没有选中“启用独立模式”。 Also agent has all the permissions from the coordinator to build on remote host.代理还拥有协调器的所有权限,可以在远程主机上构建。 I initially thought may be firewall is blocking it but my firewall is disabled altogether.我最初认为可能是防火墙阻止了它,但我的防火墙完全被禁用了。 Any idea what could be wrong?知道有什么问题吗?

My name is Yoni Davidson and I am from IncrediBuild support team.我叫 Yoni Davidson,来自 IncrediBuild 支持团队。 There can be several reasons for the build to run in standalone mode: 1. Your agent is not subscribed or you don't have the C++ package allocated.构建在独立模式下运行可能有多种原因: 1. 您的代理未订阅或您没有分配 C++ 包。 Please check the Messages tab in the build monitor for License / subscription warnings.请检查构建监视器中的消息选项卡以获取许可/订阅警告。 If all is good, check the main Coordinator Monitor and see if your Agent status is Enabled and the relevant package is allocated 2. Your build is not big enough so more cores are simply not needed.如果一切正常,请检查主 Coordinator Monitor 并查看您的 Agent 状态是否为 Enabled 并分配了相关包 2. 您的构建不够大,因此根本不需要更多内核。 You can enable the "Avoid task execution on local machine" option in the Agent Settings and see if now it distributes.您可以在代理设置中启用“避免在本地计算机上执行任务”选项,看看它现在是否分发。 It is located under Agent Settings -> Initiator -> General.它位于代理设置 -> 启动器 -> 常规下。 3. Connectivity problem to other Agents. 3. 与其他代理的连接问题。 Check the Messages tab in the build monitor.检查构建监视器中的消息选项卡。

If everything looks good but still no distribution, please open a support ticket by right clicking on the IncrediBuild tray icon -> contact support.如果一切正常但仍未分发,请通过右键单击 IncrediBuild 托盘图标 -> 联系支持来打开支持票。 I will be happy to continue assisting you from there.我很乐意继续为您提供帮助。

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

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