From e9b9159d23af4cdccf1954ada632fb693f47b512 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 29 Apr 2024 17:46:35 +0200 Subject: [PATCH] rebar.config.script: Use port_compiler branch that supports OTP 27.0-rc2 If we provide this plugin in ejabberd, then dependencies will not download the old pc 1.14.0 which doesn't support OTP 27.0-rc2, and will use this one. --- rebar.config.script | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebar.config.script b/rebar.config.script index 3deb6b894..4b2e8e702 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -417,6 +417,8 @@ GithubConfig = case {os:getenv("GITHUB_ACTIONS"), os:getenv("GITHUB_TOKEN")} of end, Rules = [ + {[plugins], IsRebar3, + AppendList([{pc, ".*", {git, "https://github.com/blt/port_compiler.git", {branch, "otp-27"}}}]), []}, {[provider_hooks], IsRebar3, AppendList([{pre, [ {compile, {asn, compile}},