Skip to content

Commit

Permalink
update crucible commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Sep 27, 2024
1 parent 5ff9f00 commit 68042d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,14 @@ cookie = "0.18"
criterion = { version = "0.5.1", features = [ "async_tokio" ] }
crossbeam = "0.8"
crossterm = { version = "0.28.1", features = ["event-stream"] }
# crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
# crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
# crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
# crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "a551f245e8a26f52098382903ccf0a982b7c54fa"}
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1"}
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
crucible-common = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7"}
crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7"}
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7"}
crucible-common = { git = "https://github.com/oxidecomputer/crucible", rev = "74286f952a2953cd08512015076f0947050deba7"}
# crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1"}
# crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
# crucible-smf = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
# crucible-common = { git = "https://github.com/oxidecomputer/crucible", branch = "hyper-v1" }
csv = "1.3.0"
curve25519-dalek = "4"
datatest-stable = "0.2.9"
Expand Down
6 changes: 3 additions & 3 deletions package-manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ only_for_targets.image = "standard"
# 3. Use source.type = "manual" instead of "prebuilt"
source.type = "prebuilt"
source.repo = "crucible"
source.commit = "a551f245e8a26f52098382903ccf0a982b7c54fa"
source.commit = "74286f952a2953cd08512015076f0947050deba7"
# The SHA256 digest is automatically posted to:
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/image/<commit>/crucible.sha256.txt
source.sha256 = "128fd9a949ad10eeeef074ee66dad3b40f5c265e14066e1c9000b335c0045a58"
Expand All @@ -586,7 +586,7 @@ service_name = "crucible_pantry_prebuilt"
only_for_targets.image = "standard"
source.type = "prebuilt"
source.repo = "crucible"
source.commit = "a551f245e8a26f52098382903ccf0a982b7c54fa"
source.commit = "74286f952a2953cd08512015076f0947050deba7"
# The SHA256 digest is automatically posted to:
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/image/<commit>/crucible-pantry.sha256.txt
source.sha256 = "0798960a54166f327b673363bf60759b273bf0ca4e4d39949cc296b2cb962dd2"
Expand All @@ -603,7 +603,7 @@ service_name = "crucible_dtrace"
only_for_targets.image = "standard"
source.type = "prebuilt"
source.repo = "crucible"
source.commit = "a551f245e8a26f52098382903ccf0a982b7c54fa"
source.commit = "74286f952a2953cd08512015076f0947050deba7"
# The SHA256 digest is automatically posted to:
# https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/image/<commit>/crucible-dtrace.sha256.txt
source.sha256 = "e6030eb1286426042efca82d2d35a481cbf0494970f0b77eb4bf83ec7cf4a958"
Expand Down

0 comments on commit 68042d7

Please sign in to comment.