fixeria submitted this change.
rebar.config: fix invalid branch for rebar3_diameter_compiler.git
The upstream has ranamed 'master' branch to 'main', so the old name
is no longer valid. This resulted in osmo_dia2gsup build failures.
Let's use the latest stable release (0.8.0) instead. It's quite
dated (2022), yet does the job. I could not find any significant
changes since 0.8.0 (mostly CI and doc improvements).
Change-Id: I21490a837ee039e02dfde3e19ded338cf428d291
Related: https://github.com/carlosedp/rebar3_diameter_compiler/commit/077e7b23d9ad2cf73b1b99abe46a273a520288bd
---
M rebar.config
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rebar.config b/rebar.config
index 48b78f7..777f171 100644
--- a/rebar.config
+++ b/rebar.config
@@ -10,7 +10,7 @@
{minimum_otp_vsn, "20.3"}.
{plugins, [
{rebar3_diameter_compiler,
- {git, "https://github.com/carlosedp/rebar3_diameter_compiler.git", {branch, "master"}}}
+ {git, "https://github.com/carlosedp/rebar3_diameter_compiler.git", {tag, "0.8.0"}}}
]}.
{xref_checks, [undefined_function_calls, undefined_functions,
To view, visit change 40910. To unsubscribe, or for help writing mail filters, visit settings.