Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Code review request for patches for parallel build (internal builder)

Hi all,

 

We have a few patches to fix three separate issues for the internal builder when using parallel build.

These issues are:

1.       Incremental build always does full rebuild (https://bugs.eclipse.org/bugs/show_bug.cgi?id=217674) (gerrit: https://git.eclipse.org/r/#/c/121151/)

2.       Pre- and post build steps are not executed (https://bugs.eclipse.org/bugs/show_bug.cgi?id=528940)

3.       Performance issue when pressing build on already built project (no Bugzilla yet, but will come soon)

 

All these three separate issues are fixed by changing the same class file, ParallelBuilder.java in the org.eclipse.cdt.managedbuilder.core plugin.

 

The issues are separate but the fixes for 2 and 3 depends on 1.

 

The question we have is, how to push this to gerrit in a good way?

 

Kind regards,

Samuel Hultgren


Back to the top