Skip to content

Add CI for Make build program #2507

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

Closed
wants to merge 2 commits into from
Closed

Conversation

samuel40791765
Copy link
Contributor

@samuel40791765 samuel40791765 commented Jun 25, 2025

Description of changes:

We want to complete the work for #2505, but it turns out that this change breaks the internal build. This wasn't caught in our CI, but this was ultimately pinned down to a make vs ninja discrepancy. All our CI uses ninja, but we build with make internally. This adds CI to catch things earlier before they're eventually imported.

Testing:

New CI.

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.

@samuel40791765 samuel40791765 marked this pull request as ready for review June 25, 2025 01:25
@samuel40791765 samuel40791765 requested a review from a team as a code owner June 25, 2025 01:25
@codecov-commenter
Copy link

codecov-commenter commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.87%. Comparing base (e2a5299) to head (b99f669).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2507      +/-   ##
==========================================
+ Coverage   78.85%   78.87%   +0.02%     
==========================================
  Files         640      640              
  Lines      109560   109560              
  Branches    15520    15506      -14     
==========================================
+ Hits        86389    86415      +26     
+ Misses      22471    22446      -25     
+ Partials      700      699       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants