Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker setup update to be compatible with Erlang OTP 23 #3487

Merged
merged 2 commits into from
Nov 27, 2020

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Nov 26, 2020

Resolves #2852

Motivation

Update Docker setup to be compatible with Erlang OTP 23

Changelog

  • install rustc for ex_keccak dependency
  • python -> python3
  • Postgres 12.4 -> 12.5
  • Run migrations with start command even if Postgres container exists/started

Checklist for your Pull Request (PR)

@coveralls
Copy link

coveralls commented Nov 26, 2020

Pull Request Test Coverage Report for Build ef0dd0a221c9f9cae094164f550aae07e02d0e36-PR-3487

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-1.2%) to 66.904%

Files with Coverage Reduction New Missed Lines %
lib/block_scout_web/controllers/chain/market_history_chart_controller.ex 2 71.43%
Totals Coverage Status
Change from base Build c046ec07cdafe5e5480883ca86e4b7b8180767b4: -1.2%
Covered Lines: 2064
Relevant Lines: 3085

💛 - Coveralls

@vbaranov vbaranov merged commit 183fa6d into master Nov 27, 2020
@vbaranov vbaranov deleted the vb-docker-update branch November 27, 2020 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run migrations when performing make start with an existing postgres docker container
2 participants