Skip to content

Commit cd02f61

Browse files
committed
khepri_mnesia_migration
1 parent dc48fd1 commit cd02f61

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

MODULE.bazel

+5-3
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,13 @@ erlang_package.hex_package(
214214
version = "0.16.0",
215215
)
216216

217-
erlang_package.hex_package(
217+
erlang_package.git_package(
218218
name = "khepri_mnesia_migration",
219219
build_file = "@rabbitmq-server//bazel:BUILD.khepri_mnesia_migration",
220-
sha256 = "950e46306f8e9a91a5dbf1f7e465dc251bdbc7737809ebf2c493f4058983d87c",
221-
version = "0.7.0",
220+
#sha256 = "950e46306f8e9a91a5dbf1f7e465dc251bdbc7737809ebf2c493f4058983d87c",
221+
#version = "0.7.0",
222+
repository = "rabbitmq/khepri_mnesia_migration",
223+
branch = "strengthen-cluster-repair-check",
222224
)
223225

224226
erlang_package.hex_package(

rabbitmq-components.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dep_cuttlefish = hex 3.4.0
4747
dep_gen_batch_server = hex 0.8.8
4848
dep_jose = hex 1.11.10
4949
dep_khepri = hex 0.16.0
50-
dep_khepri_mnesia_migration = hex 0.7.0
50+
dep_khepri_mnesia_migration = git https://github.com/rabbitmq/khepri_mnesia_migration strengthen-cluster-repair-check
5151
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.4
5252
dep_prometheus = hex 4.11.0
5353
dep_ra = hex 2.14.0

0 commit comments

Comments
 (0)