Skip to content

Commit

Permalink
Merge pull request #1495 from chef/ma/update_pc_and_rebar
Browse files Browse the repository at this point in the history
Ma/update pc and rebar
  • Loading branch information
markan authored May 30, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents f04d651 + 5cf7789 commit f7c073a
Showing 8 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/bookshelf/rebar.config
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@

{eunit_compile_opts, [{d,'EUNIT_TEST'}]}.

{plugins, [{pc}]}.
{plugins, [ {pc, "1.8.0"} ]}. % Locked to avoid fallout related to: https://github.com/blt/port_compiler/issues/43

{xref_checks,
[undefined_function_calls,
Binary file modified src/bookshelf/rebar3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/chef-mover/rebar.config
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@
{compile, "make VERSION"}
]}.

{plugins, [{pc, "0.3.0"}]}.
{plugins, [{pc, "1.8.0"}]}. % Locked to avoid fallout related to: https://github.com/blt/port_compiler/issues/43

{overrides, [
{override, jiffy, [
Binary file modified src/chef-mover/rebar3
Binary file not shown.
4 changes: 2 additions & 2 deletions src/oc_bifrost/rebar.config
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@

{overrides, [
{override, jiffy, [
{plugins, [pc]},
{plugins, [{pc, "1.8.0"}]}, % Locked to avoid fallout related to: https://github.com/blt/port_compiler/issues/43
{provider_hooks, [
{post, [
{compile, {pc, compile}},
@@ -76,7 +76,7 @@
]}
]}.

{plugins, [{pc, "0.3.0"}]}.
{plugins, [{pc, "1.8.0"}]}. % Locked to avoid fallout related to: https://github.com/blt/port_compiler/issues/43

{ct_opts, [{ct_hooks, [cth_readable_shell]}]}.

Binary file modified src/oc_bifrost/rebar3
Binary file not shown.
5 changes: 3 additions & 2 deletions src/oc_erchef/rebar.config
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@

{overrides, [
{override, jiffy, [
{plugins, [pc]},
{plugins, [{pc, "1.8.0"}]}, % Locked to avoid fallout related to: https://github.com/blt/port_compiler/issues/43
{provider_hooks, [
{post, [
{compile, {pc, compile}},
@@ -102,7 +102,8 @@
]}.


{plugins, [pc, rebar3_neotoma_plugin]}.
{plugins, [ {pc, "1.8.0"}, % Locked to avoid fallout related to: https://github.com/blt/port_compiler/issues/43
rebar3_neotoma_plugin]}.

{profiles, [
{test, [
Binary file modified src/oc_erchef/rebar3
Binary file not shown.

0 comments on commit f7c073a

Please sign in to comment.