Skip to content

Commit

Permalink
Update default otp release to 26.2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Sep 16, 2024
1 parent f2a32aa commit 4b8635d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup elixir
uses: erlef/setup-elixir@v1
with:
otp-version: 25.3.2.13
otp-version: 26.2.5.3
elixir-version: 1.15.7

- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python 3.9.18
erlang 25.3.2.13
erlang 26.2.5.3
elixir 1.15.7
2 changes: 1 addition & 1 deletion deployment/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def install_erlang():
run(". ~/.asdf/asdf.sh && asdf plugin add elixir")

run(". ~/.asdf/asdf.sh && asdf install elixir 1.15.7")
run(". ~/.asdf/asdf.sh && asdf install erlang 25.3.2.13")
run(". ~/.asdf/asdf.sh && asdf install erlang 26.2.5.3")

def install():
if not exists("~/.asdf/asdf.sh"):
Expand Down
4 changes: 4 additions & 0 deletions notes.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 16th Sept 2024

:ets.all |> Enum.map(fn e -> :ets.info(e, :name) end) |> Enum.filter(fn n -> n == MutableMap.Beacon end) |> length

# 11th Sept 2024

mon = fn mon ->
Expand Down
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ if [ -f ./.env ]; then
export `cat ./.env`
fi

export ELIXIR_ERL_OPTIONS='+sbwt none -noinput -noshell -sname diode +A 8'
export ELIXIR_ERL_OPTIONS="${ELIXIR_ERL_OPTIONS} +sbwt none -noinput -noshell -sname diode +A 8"
exec elixir -S mix run --no-halt

0 comments on commit 4b8635d

Please sign in to comment.