Skip to content

Commit

Permalink
Merge pull request #3201 from esl/deps/remove-rebar_faster_deps
Browse files Browse the repository at this point in the history
Remove rebar_faster_deps
  • Loading branch information
NelsonVides authored Jul 30, 2021
2 parents 6ce018f + 10371ac commit a3e39fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions big_tests/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,3 @@
{esip, "1.0.33"},
{jid, "1.0.0", {pkg, mongoose_jid}}
]}.

{plugins,
[
{rebar_faster_deps, {git, "https://github.com/arcusfelis/rebar3-faster-deps-plugin.git",
{ref, "eb3cded5b050edd82cf8653f8c850c6c9890f732"}}}
]}.
1 change: 0 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
{require_min_otp_vsn, "21"}.

%% We agreed to use https:// for deps because of possible firewall issues.
%% By default, deps are downloaded without using git by rebar_faster_deps.
%%
%% If you still prefer git protocol, update your "~/.gitconfig" by running:
%% git config --global url."git://github".insteadOf https://github
Expand Down

0 comments on commit a3e39fd

Please sign in to comment.