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

Fix broken main branch that failed to build the wireshark dissector on macOS #199

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

BewareMyPower
Copy link
Contributor

Motivation

https://github.com/apache/pulsar-client-cpp/actions/runs/4220713571/jobs/7327254536

It failed because pkg-config is not installed by default after the upgrade of macos-12 GitHub runner image.

Here is a fix from the upstream: actions/runner-images#7125

Modifications

Install the pkg-config dependency.

Documentation

  • doc-required
    (Your PR needs to update docs and you will update later)

  • doc-not-needed
    (Please explain why)

  • doc
    (Your PR contains doc changes)

  • doc-complete
    (Docs have been already added)

…n macOS

### Motivation

https://github.com/apache/pulsar-client-cpp/actions/runs/4220713571/jobs/7327254536

It failed because `pkg-config` is not installed by default after the
upgrade of `macos-12` GitHub runner image.

### Modifications

Install the `pkg-config` dependency.
@shibd shibd merged commit f55b4bd into apache:main Feb 20, 2023
@BewareMyPower BewareMyPower deleted the bewaremypower/fix-wireshark-glibc branch February 21, 2023 14:32
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