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

Specifying CPU threads in cmake_build.sh to fix CI failures #1740

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

smittals2
Copy link
Contributor

@smittals2 smittals2 commented Aug 2, 2024

Description of changes:

A previous PR (https://github.com/aws/aws-lc/pull/1735/files) broke the CI but was merged in since the failed checks were not required. This PR fixes these failures by explicitly setting the number of threads to parallelize the make command (as opposed to using -j to spin up as many processes as possible).

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.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.31%. Comparing base (b929d74) to head (c2bd5b2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1740   +/-   ##
=======================================
  Coverage   78.30%   78.31%           
=======================================
  Files         580      580           
  Lines       96624    96623    -1     
  Branches    13853    13851    -2     
=======================================
+ Hits        75661    75666    +5     
+ Misses      20347    20344    -3     
+ Partials      616      613    -3     

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

@smittals2 smittals2 requested a review from andrewhop August 3, 2024 00:04
@smittals2 smittals2 changed the title [DRAFT] Specifying CPU threads in cmake_build.sh to fix CI failures Specifying CPU threads in cmake_build.sh to fix CI failures Aug 3, 2024
@smittals2 smittals2 marked this pull request as ready for review August 3, 2024 00:04
@smittals2 smittals2 requested a review from a team as a code owner August 3, 2024 00:04
@smittals2 smittals2 merged commit 98eeccf into aws:main Aug 5, 2024
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.

4 participants