Skip to content
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

Make crucible-downstairs not depend on upstairs #1165

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

mkeeter
Copy link
Contributor

@mkeeter mkeeter commented Feb 16, 2024

It always weirded me out that crucible-downstairs depended on crucible proper, instead of crucible-protocol + crucible-common. For example, one awkward side effect was that the crucible-downstairs binary had all of the upstairs' DTrace probes.

It turns out that removing the dependency was (almost) trivial: it required moving one module (impacted_blocks) into crucible-common, but no other changes.

This may also be an incremental speedup for building / linking.

@mkeeter mkeeter requested review from jmpesp and leftwo February 16, 2024 14:29
Copy link
Contributor

@leftwo leftwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this is probably left over from before there was even a common or protocol
as a separate thing.

@mkeeter mkeeter merged commit b4f37b4 into oxidecomputer:main Feb 20, 2024
18 checks passed
@mkeeter mkeeter deleted the remove-upstairs-dep branch February 20, 2024 14:56
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.

2 participants