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

Add a conditional rule for enabling boost_stacktrace_from_exception. … #166

Merged
merged 1 commit into from
May 27, 2024

Conversation

pdimov
Copy link
Member

@pdimov pdimov commented May 25, 2024

Fixes #165.

As explained in #165, boost_stacktrace_from_exception doesn't build under macos-14, which breaks CI. Since #163 claims that it never builds on non-x86 architectures, this PR changes build/Jamfile to only build boost_stacktrace_from_exception by default when the architecture is x86. The feature boost.stacktrace.from_exception can still be used to override the default, in both directions.

@coveralls
Copy link

Coverage Status

coverage: 86.308%. remained the same
when pulling f474b81 on pr/issue-165
into 39afcef on develop.

@apolukhin apolukhin merged commit 2c83563 into develop May 27, 2024
9 checks passed
@apolukhin apolukhin deleted the pr/issue-165 branch May 27, 2024 08:38
@apolukhin
Copy link
Member

Many thanks!

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.

libboost_stacktrace_from_exception doesn't build on macos-14
3 participants