You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: doc/technotes/BuildSystem.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,5 @@ projects which have no dependencies and are ready to be built, and projects whic
20
20
The build engine calls StartBuild concurrently on up to buildOptions.ParallelBuild* projects which are ready. Whenever a project finishes building sucessfully,
21
21
the engine checks whether this causes any other projects to become available to be built.
22
22
If there are more projects available to be built than parallel builds are allowed, then the scheduling algorithm tries to maximize the amount of projects
23
-
that are available by first picking those projects that cause the most other projects to become available.
23
+
that are available in the future by first picking those projects that cause the most other projects to become available
0 commit comments