diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f1a68224af..00c2ed0c6b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,8 +24,9 @@ jobs: ERLANG_VERSION: "27.1.2" ELIXIR_VERSION: "1.17.3" # TODO: read these ^ from .tool-versions.env - WITH_IMAGE_VIX: "0" - ENABLE_AI: "0" + WITH_IMAGE_VIX: 0 + ENABLE_AI: 0 + WITH_LV_NATIVE: 0 # ^ TEMP workaround for evision_nif crash on app start steps: - @@ -116,6 +117,8 @@ jobs: WITH_DOCKER: no MIX_ENV: prod TERM: linux + ENABLE_AI: 0 + WITH_LV_NATIVE: 0 steps: - name: Cancel any already running releases workflows diff --git a/mix.exs b/mix.exs index f4123ff59e..d82006a66c 100644 --- a/mix.exs +++ b/mix.exs @@ -208,7 +208,7 @@ defmodule Bonfire.Umbrella.MixProject do # TODO: put these in ENV or an external writeable config file similar to deps.* @config [ # note that the flavour will automatically be added where the dash appears - version: "0.9.10-beta.159", + version: "0.9.10-beta.160", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour, diff --git a/mix.lock b/mix.lock index 2b30443e45..1518e2b590 100644 --- a/mix.lock +++ b/mix.lock @@ -7,7 +7,7 @@ "absinthe_relay": {:hex, :absinthe_relay, "1.5.2", "cfb8aed70f4e4c7718d3f1c212332d2ea728f17c7fc0f68f1e461f0f5f0c4b9a", [:mix], [{:absinthe, "~> 1.5.0 or ~> 1.6.0 or ~> 1.7.0", [hex: :absinthe, repo: "hexpm", optional: false]}, {:ecto, "~> 2.0 or ~> 3.0", [hex: :ecto, repo: "hexpm", optional: true]}], "hexpm", "0587ee913afa31512e1457a5064ee88427f8fe7bcfbeeecd41c71d9cff0b62b6"}, "acceptor_pool": {:hex, :acceptor_pool, "1.0.0", "43c20d2acae35f0c2bcd64f9d2bde267e459f0f3fd23dab26485bf518c281b21", [:rebar3], [], "hexpm", "0cbcd83fdc8b9ad2eee2067ef8b91a14858a5883cb7cd800e6fcd5803e158788"}, "accessible": {:hex, :accessible, "0.3.0", "932f6ade6ea839212fea1735ab4ffdc39a3843a622f2ea5d28f0ab41c14b4435", [:mix], [], "hexpm", "13a11b0611ab82f7b9098a88465b5674f729c02bd613216243c123c65f90f296"}, - "activity_pub": {:git, "https://github.com/bonfire-networks/activity_pub", "2e55a2c47697f808b61e7838d42ea429bc18439f", [branch: "main"]}, + "activity_pub": {:git, "https://github.com/bonfire-networks/activity_pub", "38851f9661b86f66955e529a623d834af8f15092", [branch: "main"]}, "apical": {:git, "https://github.com/bonfire-networks/apical", "a96c74b5209c4043cdc9fcd2aba069e49bd2b260", []}, "argon2_elixir": {:hex, :argon2_elixir, "4.1.0", "2f242afe47c373663cb404eb75e792f749507075ed737b49685a9f2edcb401df", [:make, :mix], [{:comeonin, "~> 5.3", [hex: :comeonin, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "2ecb6f2ca2cca34b28e546224661bf2a85714516d2713c7313c5ffe8bdade7cf"}, "arrows": {:hex, :arrows, "0.2.0", "11c078b52303413a987aa39c63d82d4b1b1d18f52bb0437de168c1010b396dbe", [:mix], [], "hexpm", "4c09a0b1084c6d40d7cbac68ec803eec0e3ecb7624cc693efdd79f17598e6085"}, @@ -65,7 +65,7 @@ "bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "b2a99e3c73d708f43d720b4f4238f684c981c0a5", []}, "bonfire_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_social_graph", "9a4ad5babd675c66c6a62a1b7b2dbd4a7c7f6e13", []}, "bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "ac871e903f071bceb602dbc634f97684d6e7fba9", []}, - "bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "854d3473a41814ad1a7873dae21856edbcff3d4d", []}, + "bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "8415c4c906e2fe946264682c2f8ba623b1fe188f", []}, "bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "2777b3dcecac98c2fb5f4137b3114108b8b4daf5", []}, "bonfire_ui_groups": {:git, "https://github.com/bonfire-networks/bonfire_ui_groups", "7ff551dee52b1548760ca565706eca040cfaffd4", []}, "bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "2b6f3aded6d305bcf5979f8ffe5d5d189f41133d", []},