Skip to content

Commit

Permalink
chore: run build script under Erlang/OTP 27 in docker mode
Browse files Browse the repository at this point in the history
  • Loading branch information
keynslug committed Jan 31, 2025
1 parent fc1d8ab commit 812567f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ erl -noshell -eval "${CHECK_VSN}"

if [ "${1:-}" = "--in-docker" ]; then
#shellcheck disable=SC2086
exec docker run $maybeit --rm -v "$(pwd):/src" --workdir /src erlang:25 git config --global --add safe.directory /src && ./build
exec docker run $maybeit --rm -v "$(pwd):/src" --workdir /src erlang:27 git config --global --add safe.directory /src && ./build
fi

export REBAR3_PROJECT_BUILD_STAMPR=ignore
./bootstrap

0 comments on commit 812567f

Please sign in to comment.