Skip to content

Commit f71c19e

Browse files
committed
update example of patching Omicron
The list of packages supplied by the Omicron repo, and thus needing to be patched when testing local changes to Omicron, needs to be updated. Verified that when patched, there are no references to the github Omicron repo in `Cargo.lock`, and `cargo check` passes.
1 parent 58ab73b commit f71c19e

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,20 @@ zerocopy = "0.8.25"
198198
# dependencies. If you want to use those, uncomment one of these blocks.
199199
#
200200
# [patch."https://github.com/oxidecomputer/omicron"]
201-
# internal-dns = { path = "../omicron/internal-dns" }
201+
# bootstore = { path = "../omicron/bootstore" }
202+
# illumos-utils = { path = "../omicron/illumos-utils" }
203+
# internal-dns-resolver = { path = "../omicron/internal-dns/resolver" }
204+
# internal-dns-types = { path = "../omicron/internal-dns/types" }
205+
# internal-dns-types-versions = { path = "../omicron/internal-dns/types/versions" }
202206
# nexus-client = { path = "../omicron/clients/nexus-client" }
203207
# omicron-common = { path = "../omicron/common" }
208+
# omicron-uuid-kinds = { path = "../omicron/uuid-kinds" }
209+
# oximeter = { path = "../omicron/oximeter/oximeter" }
204210
# oximeter-instruments = { path = "../omicron/oximeter/instruments" }
205211
# oximeter-producer = { path = "../omicron/oximeter/producer" }
206-
# oximeter = { path = "../omicron/oximeter/oximeter" }
212+
# sled-agent-client = { path = "../omicron/clients/sled-agent-client" }
213+
# sled-agent-types = { path = "../omicron/sled-agent/types" }
214+
# sled-agent-types-versions = { path = "../omicron/sled-agent/types/versions" }
207215
# [patch."https://github.com/oxidecomputer/crucible"]
208216
# crucible = { path = "../crucible/upstairs" }
209217
# crucible-client-types = { path = "../crucible/crucible-client-types" }

0 commit comments

Comments
 (0)