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

[continuous-integration] fix and clean up macOS.yml #2619

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

Conversation

superwhd
Copy link
Contributor

@superwhd superwhd commented Nov 25, 2024

There are macOS workflow failures for new PRs like this:

Error: No such keg: /opt/homebrew/Cellar/pkg-config

I checked macos-14-Readme.md and noticed that some dependencies (like pkg-config) of the macOS workflow are already satisfied by the image so we don't have to reinstall them again.

Also, this PR removes dbus in the macOS workflow because D-BUS is not enabled when building OTBR.

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.92%. Comparing base (2b41187) to head (bd62412).
Report is 881 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2619      +/-   ##
==========================================
- Coverage   55.77%   45.92%   -9.86%     
==========================================
  Files          87      106      +19     
  Lines        6890    12624    +5734     
  Branches        0      915     +915     
==========================================
+ Hits         3843     5797    +1954     
- Misses       3047     6511    +3464     
- Partials        0      316     +316     

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


🚨 Try these New Features:

@superwhd superwhd changed the title [WIP] [continuous-integration] fix and clean up macOS.yml [continuous-integration] fix and clean up macOS.yml Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant