24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Use the new port_compiler 1.15.0 that supports Erlang/OTP 27.0

Revert "rebar.config.script: Use port_compiler branch that supports OTP 27.0-rc2"

This partially reverts commit e9b9159d23.
This commit is contained in:
Badlop 2024-05-23 11:02:36 +02:00
parent 677d66d818
commit ca9ca7f5af

View File

@ -418,7 +418,7 @@ end,
Rules = [
{[plugins], IsRebar3,
AppendList([{pc, ".*", {git, "https://github.com/blt/port_compiler.git", {branch, "otp-27"}}}]), []},
AppendList([{pc, "1.15.0"}]), []},
{[provider_hooks], IsRebar3,
AppendList([{pre, [
{compile, {asn, compile}},