Switch osiris back to main

This commit is contained in:
Karl Nilsson 2022-06-01 13:27:54 +01:00
parent 0a1afe35f4
commit 140441740d
3 changed files with 3 additions and 4 deletions

View File

@ -130,8 +130,7 @@ erlang_package.hex(
erlang_package.git(
repository = "rabbitmq/osiris",
tag = "v1.2.7",
# branch = "main",
branch = "main",
patch_cmds = ["""
VERSION=$(git rev-parse HEAD)
echo "Injecting ${VERSION} into Makefile..."

View File

@ -145,7 +145,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
PLT_APPS += mnesia
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
dep_osiris = git https://github.com/rabbitmq/osiris v1.2.7
dep_osiris = git https://github.com/rabbitmq/osiris main
dep_systemd = hex 0.6.1
dep_seshat = hex 0.3.2

View File

@ -156,7 +156,7 @@ erlang_app(
git_repository(
name = "osiris",
tag = "v1.2.7",
branch = "main",
remote = "https://github.com/rabbitmq/osiris.git",
)