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
This feature is a huge boon, all credit to @luqmana for adding it back in Omicron, but I realized Crucible needed it too. I can look into generalizing this support a bit.
This is basically oxidecomputer/crucible#1097 , but generalized and with tests
Adds support for topologically sorting packages, so they can be built in dependency-first order.
Fixes#56
Currently, omicron-package requires callers to uncover their own topological sorting: oxidecomputer/crucible#1097
This could be improved, by adding a function to the shared
omicron-package
crate to perform this sorting for clients.The text was updated successfully, but these errors were encountered: