Skip to content

Fix broken wireshark build workflow on macOS #414

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

Merged

Conversation

BewareMyPower
Copy link
Contributor

@BewareMyPower BewareMyPower commented Mar 11, 2024

Motivation

See https://github.com/apache/pulsar-client-cpp/actions/runs/8276076995/job/22644077705

Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3

brew install failed because the wireshark dependency depends on
[email protected] and it failed at brew link.

Modifications

Remove the existing binaries that might conflict.

@BewareMyPower BewareMyPower self-assigned this Mar 11, 2024
@BewareMyPower BewareMyPower marked this pull request as draft March 11, 2024 09:57
@BewareMyPower BewareMyPower force-pushed the bewaremypower/macos-upgrade branch from 3ff73aa to 7bfa147 Compare March 14, 2024 12:16
### Motivation

See https://github.com/apache/pulsar-client-cpp/actions/runs/8276076995/job/22644077705

```
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3
```

`brew install` failed because the wireshark dependency depends on
[email protected] and it failed at `brew link`.

### Modifications

Remove the existing binaries that might conflict.
@BewareMyPower BewareMyPower force-pushed the bewaremypower/macos-upgrade branch from c1f9798 to 2c7c2ad Compare March 14, 2024 13:32
@BewareMyPower BewareMyPower changed the title Upgrade the macOS runner to macos-13 Fix broken wireshark build workflow on macOS Mar 14, 2024
@BewareMyPower BewareMyPower marked this pull request as ready for review March 14, 2024 13:33
@BewareMyPower BewareMyPower merged commit c513f29 into apache:main Mar 17, 2024
BewareMyPower added a commit that referenced this pull request Mar 28, 2024
### Motivation

See https://github.com/apache/pulsar-client-cpp/actions/runs/8276076995/job/22644077705

```
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3
```

`brew install` failed because the wireshark dependency depends on
[email protected] and it failed at `brew link`.

### Modifications

Remove the existing binaries that might conflict.

(cherry picked from commit c513f29)
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.

2 participants