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 macOS CI #1240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add macOS CI #1240

wants to merge 1 commit into from

Conversation

twizmwazin
Copy link
Member

No description provided.

This reverts commit b057241.
@twizmwazin
Copy link
Member Author

Seems macOS still segfaults on 6.7, I was hoping this was just a classic pyside broken build that would magically fix itself in the next update. I suspect the issue has to do with QT not running on the main thread, macOS is picky about which threads GUI applications are using. The good news is there is a pytest plugin that fixes this! Bad news, it is a pytest plugin, and to use it means marrying our tests to pytest which we have done up to this point, and isn't compatible with the angr ci. So if we use it, it needs to be done in an optional way, at least for now.

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.

None yet

1 participant