From 411ed4933b8710b5265f37baeaca50204ac04b7a Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 17 Jan 2024 14:15:27 +0000 Subject: [PATCH] go back elixir15 / erlang 26 --- manifest.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index 046ea50..617ab7b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -115,17 +115,17 @@ ram.runtime = "500M" ### Elixir 13 dependency - instead of v15 for now - extras.elixir13.repo = "deb https://packages.erlang-solutions.com/debian bullseye contrib" - extras.elixir13.key = "https://packages.erlang-solutions.com/debian/erlang_solutions.asc" - extras.elixir13.packages = ["elixir"] + #extras.elixir13.repo = "deb https://packages.erlang-solutions.com/debian bullseye contrib" + #extras.elixir13.key = "https://packages.erlang-solutions.com/debian/erlang_solutions.asc" + #extras.elixir13.packages = ["elixir"] ### Elixir 15 dependency # Bulleyes comes with v1.10 instead of v1.15 that is required # ynh_install_extra_app_dependencies --repo="https://packages.erlang-solutions.com/debian bullseye contrib" --package="elixir-lang" --key='https://packages.erlang-solutions.com/debian/erlang_solutions.asc' # v15 is not available in default repo. RabbitMQ repo should be used (https://elixir-lang.org/install.html). No debian simple syntax. TODO later, using the simple syntax for now # erlang 26, for elixir v1.15 - #extras.elixir15.repo = "deb https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu jammy main" - #extras.elixir15.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xb279943d2a549531e144b875f77f1eda57ebb1cc" - #extras.elixir15.packages = ["elixir-lang"] + extras.elixir15.repo = "deb https://ppa.launchpadcontent.net/rabbitmq/rabbitmq-erlang/ubuntu jammy main" + extras.elixir15.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xb279943d2a549531e144b875f77f1eda57ebb1cc" + extras.elixir15.packages = ["elixir-lang"] # exlang-dev -> https://github.com/elixir-lang/ex_doc/pull/1442/files # Debian default package is newer (enough), don't use this custom repo ### just dependency