Skip to content

Commit

Permalink
Prevent build machine paths being used in published artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 committed Sep 29, 2024
1 parent f158251 commit 770d126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
{erl_opts, [debug_info]}.
{deps, []}.

%% Prevent build directories being used in output files
{xrl_opts, [{deterministic, true}]}.
{yrl_opts, [{deterministic, true}]}.

{shell, [
% {config, "config/sys.config"},
{apps, [luerl]}
Expand Down

0 comments on commit 770d126

Please sign in to comment.