-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[sentry-native] Fix linux runtime error and windows usage #39122
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[sentry-native] Fix linux build error
AFAICT there is no build error. There is a runtime error.
And that's why CI won't sufficiently indicate that the change is okay.
- if(LINUX) | ||
- target_sources(crashpad_handler PRIVATE | ||
- ../client/pthread_create_linux.cc | ||
- ) | ||
- endif() | ||
- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO this change is incorrect. Cf. second part of #39114 (comment)
…/vcpkg into dev/Jon/sentry-native
Tested usage successfully by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The port usage tests pass with the following triplets:
- x64-linux
- x64-windows-static
The changes should also be upstreamed, to have them included in future releases. |
I have commit PR for upstream : |
Fixes #39114
SHA512s are updated for each updated download.The "supports" clause reflects platforms that may be fixed by this new version.Any fixed CI baseline entries are removed from that file.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.