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

rebar3: enable compatibility with multiple Erlang versions #191485

Merged
merged 2 commits into from
Sep 22, 2024

Commits on Sep 22, 2024

  1. rebar3: enable compatibility with multiple Erlang versions

    `rebar3` is designed to work with multiple versions of Erlang. However,
    it can only be used with versions of Erlang that are at least as new as
    the one it was built with.
    
    To maximise compatibility with supported versions of Erlang, let's build
    with `erlang@25`. We also adjust the `install` method to ensure that
    we're always building with the oldest supported version of Erlang.
    carlocab committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    33d6978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    476a437 View commit details
    Browse the repository at this point in the history