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

Added latest-stable script #137

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Added latest-stable script #137

wants to merge 3 commits into from

Conversation

Eiji7
Copy link

@Eiji7 Eiji7 commented Mar 20, 2025

closes: #118

@Stratus3D
Copy link
Member

You've got some failures:

FAILED: Incorrect permissions on /tmp/asdf.WbUw8c/plugins/elixir/bin/latest-stable. Must be executable by asdf

@Eiji7
Copy link
Author

Eiji7 commented Mar 21, 2025

@Stratus3D Right, I wrote that in web editor and did not saw any option for that. Fixed now!

@Stratus3D
Copy link
Member

Hmm... this is odd. Only failing on MacOS:

Error! Failed to load module 'elixir' because it requires a more recent Erlang/OTP version or its .beam file was corrupted.
(You are running Erlang/OTP 27.)

Runtime terminating during boot ({undef,[{init,start_it,1,[]},{init,start_em,1,[]},{init,do_boot,3,[]}]})

Crash dump is being written to: erl_crash.dump...done
FAILED: /bin/bash -c elixir --version failed with exit code 1
Error: Action failed with error Error: The process '/Users/runner/.asdf/bin/asdf' failed with exit code 1

Not clear to me what this means, or if it is even related to your changes.

@Eiji7
Copy link
Author

Eiji7 commented Mar 21, 2025

@Stratus3D I believe this line causes the issue:

version: 1.13.4-otp-22

See the message:

Error! Failed to load module 'elixir' because it requires a more recent Erlang/OTP version or its .beam file was corrupted.
(You are running Erlang/OTP 27.)

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.

Add a simple latest-stable script to bin directory
2 participants