-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
grpc: uses zlib from macos, install .so files on linux #67474
Conversation
On Big Sur:
|
Was able to fix this locally. Rebuilding all the formulae it depends on works. At least one of them has the versioned Big Sur SDK path baked in. You can skip rebuilding I did try being smarter about which of the dependencies to rebuild, but that didn't work, so I just rebuilt all of them except for |
This might be related to Homebrew/brew#10127; not sure. @Bo98 |
Rev-bumping |
Good to know. I first tried bumping |
🤖 A scheduled task has triggered a merge. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?