mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
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.
This commit is contained in:
parent
f15d5d073e
commit
e9b9159d23
@ -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}},
|
||||
|
Loading…
Reference in New Issue
Block a user