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

[sentry-native] update to 0.7.6 #39255

Merged

Conversation

AenBleidd
Copy link
Contributor

No description provided.

Copy link
Contributor

@dg0yt dg0yt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

find_dependency needs CMakeFindDependencyMacro, and it must be used before including the exported targets. Can you please check these prerequisites?

(We might just leave the original find_package(foo REQUIRED) to reduce patching - if a dependency isn't found, the port is broken.)

ports/sentry-native/fix-config-cmake.patch Show resolved Hide resolved
ports/sentry-native/fix-config-cmake.patch Show resolved Hide resolved
ports/sentry-native/fix-config-cmake.patch Show resolved Hide resolved
@AenBleidd
Copy link
Contributor Author

@dg0yt, I can make an additional patch to change lines like
find_dependency(XXX REQUIRED)
to
find_dependency(XXX)

@AenBleidd AenBleidd force-pushed the vko_update_sentry-native_to_076 branch from dabad9f to 98cad7c Compare June 12, 2024 17:04
@AenBleidd AenBleidd marked this pull request as ready for review June 12, 2024 17:22
@dg0yt
Copy link
Contributor

dg0yt commented Jun 12, 2024

Commenting in getsentry/sentry-native#1007 (comment) reminded me that it also breaks any optional find_package.

@AenBleidd AenBleidd marked this pull request as draft June 12, 2024 19:44
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
@AenBleidd AenBleidd force-pushed the vko_update_sentry-native_to_076 branch from 98cad7c to ee78cb0 Compare June 12, 2024 19:47
@AenBleidd AenBleidd marked this pull request as ready for review June 12, 2024 19:58
@BillyONeal BillyONeal merged commit ccd45eb into microsoft:master Jun 12, 2024
17 checks passed
@BillyONeal
Copy link
Member

Thanks for the update!

@AenBleidd AenBleidd deleted the vko_update_sentry-native_to_076 branch June 13, 2024 08:42
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.

3 participants