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

Update erlang.mk #218

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Update erlang.mk #218

merged 1 commit into from
Dec 5, 2024

Conversation

juhlig
Copy link
Member

@juhlig juhlig commented Nov 29, 2024

Updates our 7 years old version of erlang.mk :) The core module core/beam-cache is now also needed to run tests.

# Temporary files directory.

ERLANG_MK_TMP ?= $(CURDIR)/.erlang.mk
export ERLANG_MK_TMP

# "erl" command.

ERL = erl +A0 -noinput -boot start_clean
ERL = erl -noinput -boot no_dot_erlang -kernel start_distribution false +P 1024 +Q 1024
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work with the old OTP versions we claim to support?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested make, make tests, make docs and make dialyze with OTP versions 21+, which is all we now support.

The reason for updating erlang.mk was that with the old version, make dialyze would not run on recent OTP versions because it was using a warning option that was removed at some point, namely race_conditions.

@juhlig juhlig merged commit 13d853f into mysql-otp:master Dec 5, 2024
15 checks passed
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.

2 participants