summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-08-18 18:23:27 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-08-18 18:23:27 +0300
commitda116d81fb0028913c2a0f30ac35532fb500e8fc (patch)
tree6b257d2bafd01fb5937bc5f541f9e1a4d9dd3b75 /mix.exs
parent27e7999a151d8068ec503c9a25aff352f4d31068 (diff)
downloadpleroma-da116d81fb0028913c2a0f30ac35532fb500e8fc.tar.gz
pleroma-da116d81fb0028913c2a0f30ac35532fb500e8fc.zip
[#2497] Added video preview proxy. Switched from exexec to Port.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 33c4411c4..11fdb1670 100644
--- a/mix.exs
+++ b/mix.exs
@@ -186,8 +186,6 @@ defmodule Pleroma.Mixfile do
git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:restarter, path: "./restarter"},
- # Note: `runtime: true` for :exexec makes CI fail due to `root` user (see Pleroma.Exec)
- {:exexec, "~> 0.2", runtime: false},
{:open_api_spex,
git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git",
ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"},