From a7fcf09d3f9bb562e41638871b6e0013428ca8d3 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Thu, 23 May 2024 15:03:15 -0400 Subject: [PATCH 1/3] [conf] Update ASDF config --- .tool-versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 3dce7f4e..88ae169b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -elixir 1.14.3-otp-25 -erlang 25.2.3 +elixir 1.16.3-otp-26 +erlang 26.2.5 nodejs lts-hydrogen python 2.7.18 From dd39594067cb6271c0a6540b282bbb2f0c1f03f8 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Fri, 24 May 2024 09:44:22 -0400 Subject: [PATCH 2/3] [conf][ci] Specific ImageOS version --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05c78efd..5a56a021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: DATABASE_POSTGRESQL_PASSWORD: postgres PGHOST: postgres PGUSER: postgres + ImageOS: ubuntu20 # run on ubuntu-20.04 (which supports Erlang/OTP 20-25) steps: - uses: actions/checkout@v4 From 1189506715cbf7d0355cc11c66c3e6d15ffb693f Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Mon, 20 May 2024 14:31:12 -0400 Subject: [PATCH 3/3] [fix] edit install-torch.patch for elixir 1.15+ --- test/support/patches/install-torch.diff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/support/patches/install-torch.diff b/test/support/patches/install-torch.diff index 4d01620f..ec410632 100644 --- a/test/support/patches/install-torch.diff +++ b/test/support/patches/install-torch.diff @@ -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