elk-audio / sushi

Elk Audio OS Plugin host and DAW
Other
122 stars 15 forks source link

Do not include sentry on arm64 #10

Closed baptistejamin closed 2 weeks ago

baptistejamin commented 1 month ago

Sentry install fails on arm64 :

root@ae661b15a8b3:/sushi# cat /sushi/sushi/build/vcpkg-manifest-install.log Error: sentry-native:arm64-linux@0.5.0 is only supported on 'osx | (!arm & !uwp)'

dromer commented 1 month ago

It would be better to get this target fixed at the source, rather than disable it outright: https://github.com/getsentry/sentry-native

stez-mind commented 2 weeks ago

Hi, the issue here is that you are trying a vcpkg build on an embedded target, which is not something we support. vcpkg is only needed for the desktop builds (Linux, macOS and soon Windows), for embedded builds please use the cross-compiling SDK and/or a Yocto build with the tools that we provide.