-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
[main] fix pkgconfig metadata on windows and tighten tests #209
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo 🟢 CI checks.
This is going to fail. I haven't researched a fix yet, in the process of writing an upstream issue... |
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
Closes #15883, tested in conda-forge/libprotobuf-feedstock#209 Closes #15888 COPYBARA_INTEGRATE_REVIEW=#15888 from h-vetinari:absl_pkgconfig 9062aa9 PiperOrigin-RevId: 609206067
…#15888) Closes protocolbuffers#15883, tested in conda-forge/libprotobuf-feedstock#209 Closes protocolbuffers#15888 COPYBARA_INTEGRATE_REVIEW=protocolbuffers#15888 from h-vetinari:absl_pkgconfig 9062aa9 PiperOrigin-RevId: 609206067
pkgconfig data on windows is wrong, is looking for
absl_abseil_dll
, which obviously doesn't exist. Tighten the tests, then fix it.