Skip to content

Add support for calculating build order #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Add support for calculating build order #57

merged 1 commit into from
Jan 15, 2024

Conversation

smklein
Copy link
Collaborator

@smklein smklein commented Jan 15, 2024

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

@smklein smklein merged commit d9361a7 into main Jan 15, 2024
@smklein smklein deleted the dependency-order branch January 15, 2024 22:37
smklein added a commit to oxidecomputer/crucible that referenced this pull request Jan 15, 2024
I moved this logic (and tested it) in `omicron-zone-package`: oxidecomputer/omicron-package#57

This PR uses that version, to simplify how much logic Crucible needs to know
smklein added a commit to oxidecomputer/omicron that referenced this pull request Jan 16, 2024
This functionality is now provided in `omicron-zone-package`, as of
oxidecomputer/omicron-package#57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add first-class support for topological sorting
1 participant