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
From your reply on #kivy, it sounds like your problem was that will_build returns a function. This is deliberate, this function is for passing conditions to recipe builds in the depends list, not for what you're trying.
That's why it's in the patching module. ;-) You can also use if will_build('snappy')(self):, though I don't know if that's really any better than just doing the check in recipe_build_order yourself.
is not equivalent to
The text was updated successfully, but these errors were encountered: