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

Fetch pre-compiled rebar3 instead of building it locally #16

Merged
merged 2 commits into from
Sep 12, 2024

Commits on Sep 11, 2024

  1. Fetch pre-compiled rebar3 instead of building it locally

    Advantages:
    
    * faster build time (no build, actually)
    * wider Erlang version range - compatibility
      (since it's build for Erlang <cur-2> by erlang/rebar3)
    kivra-pauoli committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3dcc681 View commit details
    Browse the repository at this point in the history
  2. Fix CI issues

    The Ubuntu image started failing (most likely because
    we're using -latest on the CI matrix)
    
    We choose a specific version of `rebar3` that works
    with the Ubuntu image (which is OTP 24) since that
    one's not been updated recently
    kivra-pauoli committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4fb51c2 View commit details
    Browse the repository at this point in the history