Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 20, 2024
1 parent 31f5f90 commit 2d11f39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
-
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -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", []},
Expand Down

0 comments on commit 2d11f39

Please sign in to comment.