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

remove boost::thread usage, fixing pinned builds #38

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

spoonincode
Copy link
Member

The ancient boost version in pinned builds has a broken boost::thread when building on Ubuntu 22.04. This is not terribly surprising, we've seen such problems before and it's why we've tried to move away from some of these boost libraries.

Remove the boost thread header; it's not being used except for the catch(boost::thread_interrupted) which is unnecessary since we're using std::thread here anyways.

Resolves #32

@spoonincode spoonincode merged commit 8e1e729 into main Aug 22, 2022
@spoonincode spoonincode deleted the no_boost_thread branch August 22, 2022 16:23
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.

main branch ("3.2") is failing pinned build
2 participants