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

Test gcc-specific patch to manage exception state on context switch. #14

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

nat-goodspeed
Copy link
Contributor

No description provided.

Temporarily disable running the Boost test suite because it takes a long time
on CI.
to avoid runtime library selection mismatch with Boost libraries.
This is instead of 'set -x' during compile command, which uses several bash
functions that clutter the output with -x in effect.
but don't let exception state test program failure kill the job, or the other
platform.
Because we've hit missing-file errors trying to run through the fixed list of
lipo library stitch operations, test first for both input libraries. If any
are missing, report them and list the ones that are present.
because the lipo steps are what populate the release directory we're going to
publish.

Now that we've defended the lipo stanza against missing-file errors, we should
see the exception tests run after it.
In other words, use the default Boost.Context assembly implementation rather
than the Windows Fibers implementation.
Apply patch unconditionally on all platforms to ensure it doesn't break builds
for other runtime libraries.
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.

1 participant