From c96de092feb2c750a7a1661381f1aeb462656cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Thu, 22 Jul 2021 15:47:35 +0200 Subject: Revert "Add workaround so rebar2 can use Elixir 1.12.0" This reverts commit 937e1c2e373e360fe47e455886d186492248f31f. --- lib/elixir.app.src | 11 ----------- lib/rebar.config | 21 --------------------- 2 files changed, 32 deletions(-) delete mode 100644 lib/elixir.app.src delete mode 100644 lib/rebar.config (limited to 'lib') diff --git a/lib/elixir.app.src b/lib/elixir.app.src deleted file mode 100644 index b53cbdefc..000000000 --- a/lib/elixir.app.src +++ /dev/null @@ -1,11 +0,0 @@ -{application, elixir, -[{description, "elixir"}, - {vsn, "1.12.0"}, - {modules, [ - elixir - ]}, - {registered, [elixir_config, elixir_code_server]}, - {applications, [kernel,stdlib,compiler]}, - {mod, {elixir,[]}}, - {env, [{ansi_enabled, false}]} -]}. diff --git a/lib/rebar.config b/lib/rebar.config deleted file mode 100644 index 9154464fa..000000000 --- a/lib/rebar.config +++ /dev/null @@ -1,21 +0,0 @@ -%% Using Elixir as a Rebar dependency - -%% This configuration file only exists so Elixir can be used -%% as a Rebar dependency, the same happens for the file -%% src/elixir.app.src. - -%% In practice, Elixir is structured as OTP where many applications -%% are placed in the lib directory. Since this structure is not -%% supported by default by Rebar, after adding Elixir as a dependency -%% you need to explicitly add it to lib_dirs: -%% -%% {lib_dirs, [ -%% "deps/elixir/lib" -%% ]}. -%% - -%% Run "make" as the proper compilation step -{post_hooks, [{compile, "make compile"}]}. - -%% This prevents rebar_elixir_plugin from recompiling Elixir -{ex_opts, [{src_dirs, [".PHONY"]}]}. -- cgit v1.2.3