Skip to content

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
python@3.12 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 python@3.12 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 python@3.12 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