Skip to content

Commit

Permalink
Reverted to safest rebar build settings, even they are still unlikely…
Browse files Browse the repository at this point in the history
… to work.
  • Loading branch information
Olivier-Boudeville committed Jan 14, 2024
1 parent 0c4f4a7 commit 54853b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conf/rebar.config.template
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
% Not even sufficient just by itself (the rebar build of LEEC tries to recompile
% again basic_utils...):

%{pre_hooks, [ {compile, "make -s rebar3-bulletproof-compile-pre-hook REBAR_HOOK_EXTRA_OPTS='--hiding-for-rebar --verbose'"} ]}.
{pre_hooks, [ {compile, "make -s rebar3-bulletproof-compile-pre-hook REBAR_HOOK_EXTRA_OPTS='--hiding-for-rebar --verbose'"} ]}.

% Verbosity disabled:
%{pre_hooks, [ {compile, "make -s rebar3-bulletproof-compile-pre-hook REBAR_HOOK_EXTRA_OPTS='--no-hiding-for-rebar'"} ]}.


%{post_hooks, [ {compile, "make -s rebar3-bulletproof-compile-post-hook REBAR_HOOK_EXTRA_OPTS='--hiding-for-rebar --verbose'"} ]}.
{post_hooks, [ {compile, "make -s rebar3-bulletproof-compile-post-hook REBAR_HOOK_EXTRA_OPTS='--hiding-for-rebar --verbose'"} ]}.

% Verbosity disabled:
%{post_hooks, [ {compile, "make -s rebar3-bulletproof-compile-post-hook REBAR_HOOK_EXTRA_OPTS='--no-hiding-for-rebar'"} ]}.
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
% Not even sufficient just by itself (the rebar build of LEEC tries to recompile
% again basic_utils...):

%{pre_hooks, [ {compile, "make -s rebar3-bulletproof-compile-pre-hook REBAR_HOOK_EXTRA_OPTS='--hiding-for-rebar --verbose'"} ]}.
{pre_hooks, [ {compile, "make -s rebar3-bulletproof-compile-pre-hook REBAR_HOOK_EXTRA_OPTS='--hiding-for-rebar --verbose'"} ]}.

% Verbosity disabled:
%{pre_hooks, [ {compile, "make -s rebar3-bulletproof-compile-pre-hook REBAR_HOOK_EXTRA_OPTS='--no-hiding-for-rebar'"} ]}.


%{post_hooks, [ {compile, "make -s rebar3-bulletproof-compile-post-hook REBAR_HOOK_EXTRA_OPTS='--hiding-for-rebar --verbose'"} ]}.
{post_hooks, [ {compile, "make -s rebar3-bulletproof-compile-post-hook REBAR_HOOK_EXTRA_OPTS='--hiding-for-rebar --verbose'"} ]}.

% Verbosity disabled:
%{post_hooks, [ {compile, "make -s rebar3-bulletproof-compile-post-hook REBAR_HOOK_EXTRA_OPTS='--no-hiding-for-rebar'"} ]}.
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{<<"jsx">>,{pkg,<<"jsx">>,<<"3.0.0">>},1},
{<<"leec">>,
{git,"https://github.com/Olivier-Boudeville/Ceylan-LEEC.git",
{ref,"5c4e08abeb19a20d9ea1acb5768621b5a67a6660"}},
{ref,"be364d1b7780a1b3753d4926e8253d7391e021f8"}},
0},
{<<"mutagen">>,{pkg,<<"mutagen">>,<<"0.1.0">>},1},
{<<"myriad">>,
Expand Down

0 comments on commit 54853b6

Please sign in to comment.