Describe your environment For example, when run ./ci/do_ci.ps1 cmake.maintainer.test on my local machine, it takes too much time to build from scratch.
Steps to reproduce
run ./ci/do_ci.ps1 cmake.maintainer.test
What is the expected behavior?
Target should be built with parallel option of make command if possible
What is the actual behavior?
Some of targets in CI pipeline does not have any parallel options which takes too much time to build from scratch.
Additional context
Add any other context about the problem here.