oxidecomputer / omicron

Omicron: Oxide control plane
Mozilla Public License 2.0
252 stars 40 forks source link

avoid tight coupling between Omicron and Propolis Dropshot versions #7057

Closed davepacheco closed 1 week ago

davepacheco commented 1 week ago

Fixes #3361.

Depends on oxidecomputer/propolis#808 and #7061.

davepacheco commented 1 week ago

Besides working on its own, I've tested that this seems to solve the problem by merging the tip of this branch (3da800b39) into the tip of #7050 (294caf749), where I first ran into this. Previously, cargo check --all-targets -p omicron-sled-agent had failed with the error reported in #3361. Now it succeeds.