-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
libphonenumber 8.12.48 #101703
libphonenumber 8.12.48 #101703
Conversation
Signed-off-by: Rui Chen <[email protected]> update build Signed-off-by: Rui Chen <[email protected]>
dd642c1
to
29f0414
Compare
Signed-off-by: Rui Chen <[email protected]>
Can you also submit that fix upstream? |
Submitted a build improvement in the upstream, #101703 |
Can you make a reference to that PR in a comment? |
any blocker of merging this? cc @SMillerDev |
Why not use the upstream PR as the patch? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This downloads its own `abseil` during the build, and then gets confused about where to find `abseil` headers when you try to link with it. Let's fix that by relying on our version of `abseil` instead. This should help unblock Homebrew#105712 and previous attempts to bump this formula's version (e.g. Homebrew#105188, Homebrew#101703, Homebrew#98994, Homebrew#96834).
This downloads its own `abseil` during the build, and then gets confused about where to find `abseil` headers when you try to link with it. Let's fix that by relying on our version of `abseil` instead. This should help unblock #105712 and previous attempts to bump this formula's version (e.g. #105188, #101703, #98994, #96834). Closes #105800. Signed-off-by: BrewTestBot <[email protected]>
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 --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?