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

Build CMake with multiple jobs to save time #1735

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

andrewhop
Copy link
Contributor

Description of changes:

While working on #1729 I noticed the CMake builds took a while because it was all single threaded. The GitHub runners have 4 cores so this should speed it up a bit.

Testing:

Waiting to see what happens here.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@andrewhop andrewhop requested a review from a team as a code owner August 1, 2024 20:01
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.29%. Comparing base (2fb00e7) to head (70f0422).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1735      +/-   ##
==========================================
- Coverage   78.29%   78.29%   -0.01%     
==========================================
  Files         580      580              
  Lines       96552    96551       -1     
  Branches    13838    13838              
==========================================
- Hits        75598    75594       -4     
- Misses      20341    20343       +2     
- Partials      613      614       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justsmth justsmth merged commit b32e641 into aws:main Aug 2, 2024
102 of 106 checks passed
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.

6 participants