You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, it seems that libavif depends on dav1d which doesn't support cross-compilation:
# dav1d conanfiledefvalidate(self):
ifhasattr(self, "settings_build") andtools.cross_building(self):
raiseConanInvalidConfiguration("Cross-building not implemented")
This is why there are no arm packages for dav1d and obviously for libavif.
Is there a way to handle this automatically in my recipe? Automatically = mark the current recipe configuration as invalid if one of its dependencies is invalid.
Hi!
libavif
package is not available forarm
:I'm trying to update the recipe for SAIL (#13000) which depends on libavif and fails to be built by the CI on arm because of that.
Q:
libavif
have no arm packages?The text was updated successfully, but these errors were encountered: