From 68042d7bad02bf5162ee5ceee8c990e920987708 Mon Sep 17 00:00:00 2001 From: "Adam H. Leventhal" Date: Thu, 26 Sep 2024 17:34:35 -0700 Subject: [PATCH] update crucible commit --- Cargo.toml | 16 ++++++++-------- package-manifest.toml | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 801ddc61876..e7aef51ebd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/package-manifest.toml b/package-manifest.toml index 4cb6a93e202..7374710d68a 100644 --- a/package-manifest.toml +++ b/package-manifest.toml @@ -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//crucible.sha256.txt source.sha256 = "128fd9a949ad10eeeef074ee66dad3b40f5c265e14066e1c9000b335c0045a58" @@ -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//crucible-pantry.sha256.txt source.sha256 = "0798960a54166f327b673363bf60759b273bf0ca4e4d39949cc296b2cb962dd2" @@ -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//crucible-dtrace.sha256.txt source.sha256 = "e6030eb1286426042efca82d2d35a481cbf0494970f0b77eb4bf83ec7cf4a958"