Questions tagged [incredibuild]

IncrediBuild is a suite of grid computing software developed by Xoreax Ltd.

IncrediBuild is a suite of grid computing software developed by Xoreax Ltd. IncrediBuild is designed to help accelerate computationally-intensive tasks by distributing them over the network, with notable applications including compiling source code, building software generally, and other software development-related tasks.

55 questions
1
vote
2 answers

Run CMake Install target with incredibuild

I am trying to use incredibuild to speed up the compilation of a cmake project in command line, compiling with Visual Studio 2013. I am able to compile and install the libraries by using the command: BuildConsole zlib.sln /prj=INSTALL…
CanardMoussant
  • 913
  • 8
  • 22
1
vote
1 answer

Can I clean Incredibuild agents "File cache"?

In Incredibuild coordinator, some agents have warning "Larger file cache recommended". The file cache is set to more then 4000 MB and I don't want to enlarge it. Can I clear the cache content? what is the effect of clearing the cache?
Ahinoam Mazuz
  • 73
  • 1
  • 6
1
vote
1 answer

Does Visual Studio option /MP help IncrediBuild?

I use Xorax IncrediBuild to build Visual Studio 2013 (or later) projects. Does turning the /MP option on in properties of the projects affect the IncrediBuild performance in any way? Does it help, interfere or is the option ignored? Unfortunately,…
mloskot
  • 37,086
  • 11
  • 109
  • 136
1
vote
1 answer

How to let other xgsubmitted tasks share cpus with visual studio build tasks?

I can use incredibuild as a visual studio extension package to build my code using many cpus. Also I can use xgconsole msbuild ... command. But if I want to add some other tasks along with vc build at the same time. So I tried it in some ways: Use…
1
vote
1 answer

Multi Processing the build of Microsoft Interface Definition Language (.idl)?

I have a COM project (Visual Studio with Incredibuild) with 200 midl file that generate .h and .c. The processing of this midl files are made with only one core at the beginning of the built. It is very long and take practically the half of the…
Liryna
  • 253
  • 1
  • 14
1
vote
1 answer

detection of deleted source files in incremental builds - how?

How can an incremental build using IncrediBuild detect when a source file has been deleted? When I modify a source file it will be recompiled and the corresponding dll relinked -- but deleting the same file does nothing, even when a complete…
Lothar
  • 860
  • 6
  • 21
0
votes
0 answers

Incredibuild build issue with newer version 10.1.10

we have upgrade our incredibuild to the newer version 10.1.10. Now we are facing one issue with BuildConsole.exe. First we are building one clean build of project. After that when we are building some other project its start building once again…
0
votes
0 answers

visual studio 2022 version 17.6.1 setup completed with warnings

Visual studio 2022 update issue. Visual Studio 2022 update 17.6.1 returns this error: setup completed with warnings and the package which is causing this error is Incredibuild I tried to redo it but it seems not possible.
0
votes
0 answers

Incredibuild helper agent doesn't work for unreal PS5 compiling

When I was building Unreal PS5 package with incredibuild, I found no agent working for me. And there are some Exeptions shown in BuildHelper.log: ----------Exception---------------------23/11/2022 21:18:21.726---------------- Exception …
0
votes
1 answer

Can we distribute workloads to multiple OS within the same network in Incredibuild?

I wanted to know if we can distribute our workloads to multiple OS within the same network in Incredibuild? For example, suppose I have installed the Incredibuild coordinator on Windows machine. Can I install an Incredibuild agent on a Linux machine…
MikeJ
  • 11
  • 5
0
votes
1 answer

TWaitObjectThread_Notify (Cannot get default config platform!)

I use IncrediBuild v.9.6.4 with CMake and VS 2019. I have a solution with more than 1000 projects (c++ , cs). The building of this solution works fine on the most of computers(Win 10) but on one computer it fails very often with this…
laza
  • 91
  • 7
0
votes
2 answers

IncrediBuild configure build order

I have a solution with multiple projects in it. From those numerous projects some depend on the Libs projects and the test projects depend on the code, obviously. How do I configure IncrediBuild to build Libs first, then build code and only then…
a_girl
  • 959
  • 7
  • 22
0
votes
1 answer

Is there any way to hide or move the "Maximum number of concurent builds reached" window?

When I build multiple projects with IncrediBuild, I get this popup: This is OK, I don't want to build them concurrently anyway. The problem is, the popup is in the middle of the screen, set as topmost and I cannot move it or hide it. Is there a…
Tomáš Zato
  • 50,171
  • 52
  • 268
  • 778
0
votes
2 answers

How to distribute gtest tests execution using Incredibuild?

IncrediBuild states about new tests distribution feature. How to use it? How to distribute gtest tests execution using Incredibuild?
Sergei Krivonos
  • 4,217
  • 3
  • 39
  • 54
0
votes
1 answer

Constant LNK1104 errors in VS 2017 project

I have this huge ond very old C++ project I am building with Visual Studio 2017 using the VS 2013 compiler and Incredibuild. When I am building the project I very often get LNK1104 linker errors, that the output file can't be opened. If I build…
Jarlaxle
  • 1
  • 1