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

Uninline Mutex::Dtor also on linux #76

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Conversation

h-vetinari
Copy link
Member

@h-vetinari h-vetinari commented Feb 22, 2024

Work-around for abseil/abseil-cpp#1624; this might just be how things be with shared builds, or it's possible that a smarter fix can be found. In any case, the abseil migration is burning a hole into the floor right now, and we should unblock it, and let upstream figure out a fix in their own time, which we can then integrate in the mid-year release (even in the most pessimistic scenario).

The Dtor is already not inline on windows (for shared builds) and macOS, so it's not like this is unknown territory. It was also tested to work in the dev-channel with #75 + conda-forge/grpc-cpp-feedstock#350 already.

@conda-forge-webservices
Copy link

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 (recipe) and found it was in an excellent condition.

Copy link
Member

@xhochy xhochy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with me after reading about it upstream.

@h-vetinari h-vetinari merged commit 8de3a9a into conda-forge:main Feb 22, 2024
8 checks passed
@h-vetinari h-vetinari deleted the dtor branch February 22, 2024 07:48
@h-vetinari
Copy link
Member Author

Thanks for taking the time to check and read through the upstream issue too! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants