From 761b6eef5a5b77686d93bc7b301839c1288539fa Mon Sep 17 00:00:00 2001 From: Nelson Vides Date: Tue, 3 Dec 2024 14:52:38 +0100 Subject: [PATCH] Remove port-compiler as we have no more local native code --- rebar.config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 36ffed1f17..1cec95db0b 100644 --- a/rebar.config +++ b/rebar.config @@ -191,15 +191,14 @@ {plugins, [ - {pc, "1.15.0"}, {provider_asn1, "0.3.0"}, {rebar3_codecov, "0.7.0"}, {rebar3_lint, "2.0.1"} ]}. {provider_hooks, - [{pre, [{compile, {asn, compile}}, {compile, {pc, compile}}]}, - {post, [{clean, {asn, clean}}, {clean, {pc, clean}}] + [{pre, [{compile, {asn, compile}}]}, + {post, [{clean, {asn, clean}}] }]}. {overrides,