Skip to content
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

broken grpc-cpp builds due to implicit abseil run-dep #474

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

h-vetinari
Copy link
Member

@h-vetinari h-vetinari commented Aug 16, 2022

Requested by @kkraus14 in conda-forge/grpc-cpp-feedstock#214. Unfortunately, grpc sets abseil as a required link interface. @hmaarrfk and I are trying to fix this correctly in conda-forge/grpc-cpp-feedstock#213, in the meantime there have been stopgap fixes to stop the bleeding. These don't get picked up by the solver however, so we need to mark the old builds (without the explicit run-requirement on abseil) as broken.

queries:

mamba repoquery search grpc-cpp=1.46.4 -p win-64 --json | grep url | awk -F'conda-forge/' '{print $2}'  | awk -F'",' '{print $1}
mamba repoquery search grpc-cpp=1.47 -p win-64 --json | grep url | awk -F'conda-forge/' '{print $2}'  | awk -F'",' '{print $1}
mamba repoquery search grpc-cpp=1.48 -p win-64 --json | grep url | awk -F'conda-forge/' '{print $2}'  | awk -F'",' '{print $1}

@h-vetinari h-vetinari requested a review from a team as a code owner August 16, 2022 07:05
@kkraus14 kkraus14 merged commit 57bbb07 into conda-forge:main Aug 16, 2022
@h-vetinari h-vetinari deleted the grpc branch August 16, 2022 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants