Skip to content

Commit

Permalink
[fix] edit install-torch.patch for elixir 1.15+
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed May 24, 2024
1 parent 2e4bfc5 commit f5f754d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/support/patches/install-torch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ diff --git a/mix.exs b/mix.exs
index 34ce721..257007a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -51,7 +51,8 @@ defmodule Phx17.MixProject do
@@ -51,6 +51,8 @@ defmodule Phx17.MixProject do
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.20"},
{:jason, "~> 1.2"},
- {:plug_cowboy, "~> 2.5"}
+ {:plug_cowboy, "~> 2.5"},
+ {:ssl_verify_fun, manager: :rebar3, runtime: false, override: true},
+ {:torch, path: "../../../../"}
]
end

0 comments on commit f5f754d

Please sign in to comment.