Skip to content

[Refactor:System] Build CMake projects in parallel#12689

Merged
williamjallen merged 2 commits into
mainfrom
parallel-cmake
Apr 7, 2026
Merged

[Refactor:System] Build CMake projects in parallel#12689
williamjallen merged 2 commits into
mainfrom
parallel-cmake

Conversation

@williamjallen

Copy link
Copy Markdown
Member

Why is this Change Important & Necessary?

All of our build command invocations after generating with CMake either run serially or use an inappropriate fixed parallel level.

What is the New Behavior?

This PR switches all manual make invocations to use cmake --build, allowing us to easily switch to a different generator in the future. Additionally, each cmake --build command is run with all available cores. This results in a marginal performance improvement in my development environment.

@codecov

codecov Bot commented Mar 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 21.64%. Comparing base (02638f6) to head (ba812fb).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main   #12689   +/-   ##
=========================================
  Coverage     21.64%   21.64%           
  Complexity     9654     9654           
=========================================
  Files           268      268           
  Lines         36245    36245           
  Branches        487      487           
=========================================
  Hits           7846     7846           
  Misses        27916    27916           
  Partials        483      483           
Flag Coverage Δ
autograder 21.32% <ø> (ø)
js 2.04% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.66% <ø> (ø)
python_submitty_utils 80.08% <ø> (ø)
submitty_daemon_jobs 91.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-project-automation github-project-automation Bot moved this from Seeking Reviewer to Awaiting Maintainer Review in Submitty Development Apr 6, 2026
@williamjallen
williamjallen merged commit 05dae18 into main Apr 7, 2026
24 of 25 checks passed
@williamjallen
williamjallen deleted the parallel-cmake branch April 7, 2026 00:33
@github-project-automation github-project-automation Bot moved this from Awaiting Maintainer Review to Done in Submitty Development Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants