Skip to content

Improve ninja compilation times

Daniel Campora Perez requested to merge dcampora_improve_ci_compile_times into master

This MR sets a property to the target Stream to improve the compilation times when using ninja. It will instruct ninja to compile target Stream with a single thread, which guarantees that memory consumption will be kept reasonable.

  • As a consequence, retries in build jobs have no reason to exist anymore and have been removed.
  • Retries have been disabled in run jobs since they are interesting events and should be understood.
Edited by Daniel Campora Perez

Merge request reports