fixeria has uploaded this change for review.
rebar.config: use a fork of rebar3_diameter_compiler
This fixes building on Erlang/OTP 29. A pull request [1] has been
submitted upstream. Once merged, we get switch back to upstream.
[1] https://github.com/carlosedp/rebar3_diameter_compiler/pull/28
Change-Id: I548a3fef6f8a23a548fb6376076b9d4a9345d692
---
M rebar.config
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/62/42962/1
diff --git a/rebar.config b/rebar.config
index 68092a7..e72c956 100644
--- a/rebar.config
+++ b/rebar.config
@@ -13,7 +13,7 @@
{minimum_otp_vsn, "25.2.3"}.
{plugins, [
{rebar3_diameter_compiler,
- {git, "https://github.com/carlosedp/rebar3_diameter_compiler.git", {tag, "v0.8.1"}}}
+ {git, "https://github.com/osmocom/rebar3_diameter_compiler.git", {branch, "main"}}}
]}.
{xref_checks, [undefined_function_calls, undefined_functions,
To view, visit change 42962. To unsubscribe, or for help writing mail filters, visit settings.