diff options
| author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-08-18 18:23:27 +0300 |
|---|---|---|
| committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-08-18 18:23:27 +0300 |
| commit | da116d81fb0028913c2a0f30ac35532fb500e8fc (patch) | |
| tree | 6b257d2bafd01fb5937bc5f541f9e1a4d9dd3b75 /mix.exs | |
| parent | 27e7999a151d8068ec503c9a25aff352f4d31068 (diff) | |
| download | pleroma-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.exs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"}, |
