Skip to content

Commit

Permalink
Remove port-compiler as we have no more local native code
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Dec 4, 2024
1 parent 0874522 commit 761b6ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 761b6ee

Please sign in to comment.