-
Notifications
You must be signed in to change notification settings - Fork 70
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
Latest update appears to break asdf install
#90
Comments
I manually installed elixir this way:
Now you should have mix and elixir available. |
This is also breaking our CI pipeline, is there a way to install the previous commit with ASDF? (Apart from forking and manually reverting the commit) |
@dvic it looks like you are unable to select a version for the plugins: asdf-vm/asdf#166 This is breaking our CI pipeline too 😢. |
Also seeing this behaviour, but I was able to successfully install after checking out the last commit before yesterday's release:
|
Quick followup, the revert PR has been accepted so things should be working again. |
Example
.tool-versions
contents:We're seeing reproduce-able failures in a project where Elixir previously installed successfully by running:
Locally the failures look like:
And on CircleCI:
My current hunch is that this relates to the double
mix
lines here, as it would explain the duplicate error messages: e7e9e5d#diff-81fd2adb13518cfcf88c004b912c4d9fR22The text was updated successfully, but these errors were encountered: