src.nth.io/

summaryrefslogtreecommitdiff
path: root/pleroma/build/defaults/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-30 20:24:28 -0500
committerLuke Hoersten <[email protected]>2026-07-30 20:24:28 -0500
commitad68d4cdc2424c5bb03b05faae831b3992e49279 (patch)
treeb63e1e316e561badf9bf19629ed174d0a184c4be /pleroma/build/defaults/main.yaml
parent18c9f53e914e373b09e7993a0d300aeec59b0ead (diff)
pleroma/build: install elixir from apt
26.04 ships elixir 1.18.3, the exact version the role pinned from upstream zips, so the download/unarchive tasks and version vars go away. Resolves the TODO waiting on this release.
Diffstat (limited to 'pleroma/build/defaults/main.yaml')
-rw-r--r--pleroma/build/defaults/main.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pleroma/build/defaults/main.yaml b/pleroma/build/defaults/main.yaml
index bc9be00..4687c33 100644
--- a/pleroma/build/defaults/main.yaml
+++ b/pleroma/build/defaults/main.yaml
@@ -1,8 +1,6 @@
---
pleroma_version: "2.10.0"
-pleroma_elixir_version: "1.18.3"
-pleroma_erlang_otp_version: "25"
# https://git.pleroma.social/pleroma/pleroma/releases
pleroma_tar: "https://git.pleroma.social/pleroma/pleroma/archive/v{{pleroma_version}}.tar.gz"
pleroma_build_dir: "{{build_work_dir}}/pleroma"