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
This commit is contained in:
Zaiming Shi 2020-11-26 19:03:57 +01:00
parent 096e27dcd0
commit 2dce1883d5
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,