aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorStu Tomlinson <stu@nosnilmot.com>2020-09-21 12:49:58 +0100
committerGitHub <noreply@github.com>2020-09-21 13:49:58 +0200
commitd9feed54a984350d9eac4e5a5dd3bb6f1b2ea2b6 (patch)
treeae51764719aa0efdf8b1e222f2924862e00dfe50 /rebar.config
parentUse os time instead of system time in values returned by mod_time (diff)
Add 'gitonly_deps' list to rebar config/script (#3391)
Add list of dependencies that should only be built from git, to support building with rebar3 where deps do not have hex packages (or where the package versions do not directly map to git tags). This is required for elixir and luerl deps.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 7803c0220..8ed91062a 100644
--- a/rebar.config
+++ b/rebar.config
@@ -61,6 +61,8 @@
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.7"}}}
]}.
+{gitonly_deps, [elixir, luerl]}.
+
{if_var_true, latest_deps,
{floating_deps, [cache_tab,
eimp,