From eb246cf11bf51674d57ec1dc74ec8d3e8d7dc480 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Sat, 20 Mar 2021 16:01:41 +0100 Subject: [PATCH] chore(build): pin port_compiler v1.11.1 Port compiler bug in v1.11.0: In windows builds, cl.exe produces .obj files link.exe looks for .o files to link. --- rebar.config.erl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rebar.config.erl b/rebar.config.erl index c95246b44..1fe655d21 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -85,6 +85,9 @@ project_app_dirs() -> plugins(HasElixir) -> [ {relup_helper,{git,"https://github.com/emqx/relup_helper", {tag, "2.0.0"}}} , {er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0"}}} + %% emqx main project does not require port-compiler + %% pin at root level for deterministic + , {pc, {git, "https://github.com/emqx/port_compiler.git", {tag, "v1.11.1"}}} | [ rebar_mix || HasElixir ] ] %% test plugins are concatenated to default profile plugins