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
No, baur currently does not support build dependencies.
The Build Inputs only specify the files that are hashed to describe the current state of the application source files.
When the hash changes, the application is rebuild.
Other build tools exist that support to specify build dependencies, maybe
please (https://please.build), bazel or pants does what you are looking for?
When defining the Build Inputs, the defined paths are not built in any sort of meaningful order.
In the example below, I expect to have the shared path get built first, and then my application in '.'
Is there a way to accomplish dependency ordering that maybe i'm just missing?
Thanks!
The text was updated successfully, but these errors were encountered: