Skip to content

Commit

Permalink
Dendrite upgrade (#3328)
Browse files Browse the repository at this point in the history
Upgrade the dendrite commits and SHAs to pull in the bugfixes from the
past week+.
  • Loading branch information
Nieuwejaar authored Jun 9, 2023
1 parent 21a22ab commit 051cd95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ only_for_targets.image = "standard"
# 2. Copy dendrite.tar.gz from dendrite/out to omicron/out
source.type = "prebuilt"
source.repo = "dendrite"
source.commit = "ca7ad51924dc55112c6cc2f1346e0737f71b6487"
source.sha256 = "ea4f0ed28108a19a78870992342720ec1eeeaef4f299f968f41b967adffa9445"
source.commit = "9e3764239515a7bb3f09c922cfb88b1be3dade77"
source.sha256 = "13d8ff8374ec0b5d9b681b83aef8a2d4f0aed15d0ad92dc5b04a43d850196309"
output.type = "zone"
output.intermediate_only = true

Expand All @@ -325,8 +325,8 @@ only_for_targets.image = "standard"
# 2. Copy the output zone image from dendrite/out to omicron/out
source.type = "prebuilt"
source.repo = "dendrite"
source.commit = "ca7ad51924dc55112c6cc2f1346e0737f71b6487"
source.sha256 = "a3bfee3802c98d206be49882d48c05ab52e764724b41ffb186000ea99265acda"
source.commit = "9e3764239515a7bb3f09c922cfb88b1be3dade77"
source.sha256 = "c90dedceec367f5fc8f2c585fda4be1804f59124c067dfc3632cfb7a938b2b4f"
output.type = "zone"
output.intermediate_only = true

Expand All @@ -343,8 +343,8 @@ only_for_targets.image = "standard"
# 2. Copy dendrite.tar.gz from dendrite/out to omicron/out/dendrite-softnpu.tar.gz
source.type = "prebuilt"
source.repo = "dendrite"
source.commit = "ca7ad51924dc55112c6cc2f1346e0737f71b6487"
source.sha256 = "4ab19e871094a25410c629f191052eeb88bbb0c6ea294f92258962af056d36f9"
source.commit = "9e3764239515a7bb3f09c922cfb88b1be3dade77"
source.sha256 = "60633b939e9492c6e5302d9ea4c373ffa7d652be1ca7b1f43524f4da07cf14c7"
output.type = "zone"
output.intermediate_only = true

Expand Down
4 changes: 2 additions & 2 deletions tools/dendrite_openapi_version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
COMMIT="ca7ad51924dc55112c6cc2f1346e0737f71b6487"
SHA2="4073eeb768014d6073ba18a7b7b12b2f767467969bf69217f19ff2b974debd51"
COMMIT="9e3764239515a7bb3f09c922cfb88b1be3dade77"
SHA2="885f05cb273d22a1481f693552cee25265992520a7ab029937d66b4dc50f5038"
6 changes: 3 additions & 3 deletions tools/dendrite_stub_checksums
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CIDL_SHA256_ILLUMOS="ea4f0ed28108a19a78870992342720ec1eeeaef4f299f968f41b967adffa9445"
CIDL_SHA256_LINUX_DPD="9a7c58113cb85e1e46a95ce8114cd19431a6e6b7005a0c2fde67bba1100de0f2"
CIDL_SHA256_LINUX_SWADM="309e849c5d0c601374d2dc4a602c1b8f62c3f0be399e0c7e92795be90e29bdf0"
CIDL_SHA256_ILLUMOS="13d8ff8374ec0b5d9b681b83aef8a2d4f0aed15d0ad92dc5b04a43d850196309"
CIDL_SHA256_LINUX_DPD="ceecf310f7ca84660423259f3d9bca778e91c81a03f99cc6cf2bb40cd631598f"
CIDL_SHA256_LINUX_SWADM="af3a5d12b17eb353a513a3e1c06505b20b279ae7f26fef94152d5af06757a3d4"

0 comments on commit 051cd95

Please sign in to comment.