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

Tweak CI versions: move the world forward #76

Merged
merged 7 commits into from
Sep 21, 2024

Conversation

paulo-ferraz-oliveira
Copy link
Owner

@paulo-ferraz-oliveira paulo-ferraz-oliveira commented Jul 10, 2024

Description

A bit of version bumping.

⚠️ I guess this one has to wait for erlang@27 to be Homebrew-released.

I tried with asdf and not only does it take long, but it fails in the end.
I didn't try with a. kerl directly, b. a Docker container image (didn't even search for one), ...

We want to make sure this works on Windows, but not a
particularly specific install version
The erlang@27 brew package broke because of doc. installation
requirements, but the asdf package seems to work Ok
@paulo-ferraz-oliveira
Copy link
Owner Author

Homebrew/homebrew-core#178020 is finally out, so let's retry CI.

@paulo-ferraz-oliveira paulo-ferraz-oliveira merged commit 7fb0360 into main Sep 21, 2024
8 checks passed
@paulo-ferraz-oliveira paulo-ferraz-oliveira deleted the tweak/ci-versions branch September 21, 2024 21:16
# there be dragons
brew update
erlang=$(< .tool-versions grep erlang | sed -E 's/erlang ([^\.]+).*/\1/g')
brew install "erlang@${erlang}"
brew install rebar3
Copy link

@carlocab carlocab Sep 22, 2024

Choose a reason for hiding this comment

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

Note that you should brew link --overwrite --force "erlang@{erlang}" to ensure that it's using the version of Erlang that you want. (Anything older than erlang@27 will not be in PATH.)

Copy link
Owner Author

Choose a reason for hiding this comment

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

Hey, thanks for the heads up. 👍

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