Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some of CI build targets are not compiled in parallel #2074

Closed
cngzhnp opened this issue Mar 27, 2023 · 2 comments · Fixed by #2076
Closed

Some of CI build targets are not compiled in parallel #2074

cngzhnp opened this issue Mar 27, 2023 · 2 comments · Fixed by #2076
Labels
bug Something isn't working

Comments

@cngzhnp
Copy link
Contributor

cngzhnp commented Mar 27, 2023

Describe your environment For example, when run ./ci/do_ci.sh cmake.maintainer.test on my local machine, it takes too much time to build from scratch.

Steps to reproduce
run ./ci/do_ci.sh 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.

@cngzhnp cngzhnp added the bug Something isn't working label Mar 27, 2023
@esigo
Copy link
Member

esigo commented Mar 27, 2023

We need to check if make -k works with -j.

@cngzhnp
Copy link
Contributor Author

cngzhnp commented Mar 27, 2023

In my local environment, without parallel option it takes almost 9 minutes to build cmake.maintainer.test target.

With help of parallel build mechanism, it takes only around 2 minutes to build. So, in my opinion it works.

Do you think that should we also run tests in parallel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants