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

Adding the "-j" option in ci make commands to parallelize CI builds #1128

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

Shivshankar-Reddy
Copy link
Contributor

fixes: #1123

As per github documentation below is core information on runners.

Linux:
public repositories: 4 cores
private repositories: 2 cores

Macos:
its 3 or 4 based on both and its depends on the Processor.

Reference details for more information: Discussion in #1123

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.63%. Comparing base (1c22680) to head (1f9e330).

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1128      +/-   ##
============================================
- Coverage     70.65%   70.63%   -0.02%     
============================================
  Files           114      114              
  Lines         61713    61713              
============================================
- Hits          43601    43592       -9     
- Misses        18112    18121       +9     

see 12 files with indirect coverage changes

@pizhenwei
Copy link
Contributor

@Shivshankar-Reddy
It would be thankful if you add "Suggested-by: zhenwei pi [email protected]" in commit message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallelize build process during CI
3 participants