From 2dce1883d5d9d7492c13edf59442def87001d531 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Thu, 26 Nov 2020 19:03:57 +0100 Subject: [PATCH] refactor(build): Deterministic code generation The rebar plugin grpcbox_plugin always re-generates modules with a timestamp, which makes the stamping script to always result in a new stamp after each build. Issue has been sent https://github.com/tsloughter/grpcbox_plugin/issues/12 --- apps/emqx_exhook/rebar.config | 2 +- apps/emqx_exproto/rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx_exhook/rebar.config b/apps/emqx_exhook/rebar.config index 0019ca245..1db04037f 100644 --- a/apps/emqx_exhook/rebar.config +++ b/apps/emqx_exhook/rebar.config @@ -1,7 +1,7 @@ %%-*- mode: erlang -*- {plugins, [rebar3_proper, - {grpcbox_plugin, {git, "https://github.com/HJianBo/grpcbox_plugin", {branch, "master"}}} + {grpcbox_plugin, {git, "https://github.com/zmstone/grpcbox_plugin", {branch, "master"}}} ]}. {deps, diff --git a/apps/emqx_exproto/rebar.config b/apps/emqx_exproto/rebar.config index e989b5aeb..bfc87e92c 100644 --- a/apps/emqx_exproto/rebar.config +++ b/apps/emqx_exproto/rebar.config @@ -9,7 +9,7 @@ {parse_transform}]}. {plugins, - [{grpcbox_plugin, {git, "https://github.com/HJianBo/grpcbox_plugin", {branch, "master"}}} + [{grpcbox_plugin, {git, "https://github.com/zmstone/grpcbox_plugin", {branch, "master"}}} ]}. {deps,