Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion omnibus
6 changes: 3 additions & 3 deletions scripts/bk_tests/bk_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ cp /workdir/scripts/bk_tests/pb_hba.conf /etc/postgresql/13/main/pg_hba.conf
# the erlang software definition lives in: /omnibus-software/config/software/erlang.rb

# this is needed until the erlang version is installed in the docker container
echo "Installing erlang 26.2.5.15"
asdf install erlang 26.2.5.15
asdf local erlang 26.2.5.15
echo "Installing erlang 26.2.5.21"
asdf install erlang 26.2.5.21
asdf local erlang 26.2.5.21
erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell

echo "Installing Bundler"
Expand Down
2 changes: 1 addition & 1 deletion src/bookshelf/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 ft=erlang et

{require_otp_vsn, "26.2.5.15"}.
{require_otp_vsn, "26.2.5.21"}.

{erl_dep_retries, 10}.

Expand Down
2 changes: 1 addition & 1 deletion src/oc_bifrost/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]}.
{erl_first_files, ["src/bifrost_wm.erl"]}.

{require_otp_vsn, "26.2.5.15"}.
{require_otp_vsn, "26.2.5.21"}.

{deps, [
%% lager has to come first since we use its parse transform
Expand Down
2 changes: 1 addition & 1 deletion src/oc_erchef/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 ft=erlang et

{require_otp_vsn, "26.2.5.15"}.
{require_otp_vsn, "26.2.5.21"}.

{deps, [
%% lager has to come first since we use its parse transform
Expand Down
Loading