Merge pull request #7938 from zmstone/build-fix-port-compiler-1.14.0

build: fix port-compiler version tag to 1.14.0
This commit is contained in:
Zaiming (Stone) Shi 2022-05-13 10:09:52 +01:00 committed by GitHub
commit b6c2f7ed95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ plugins() ->
{relup_helper, {git, "https://github.com/emqx/relup_helper", {tag, "2.0.0"}}},
%% emqx main project does not require port-compiler
%% pin at root level for deterministic
{pc, "v1.14.1"}
{pc, "v1.14.0"}
] ++
%% test plugins are concatenated to default profile plugins
%% otherwise rebar3 test profile runs are super slow