-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support asdf .tool-versions #354
Comments
Any update on this? It would be great to have support for it |
@lucianoliberti did something happen here? Could we expect something? Thanks |
@coorasse we're currently analyzing the effort of adding the asdf tool to our toolbox or replacing it completely. Pros&Cons are currently debated internally. |
We're also using asdf as part of our build. Would be great to have support for this in semaphore! |
For me, a big benefit of asdf over sem-version is that I can use the latest Java version, whereas the ubuntu2204 image only has Java 17. Also it simplifies managing tool versions, when the same versions are automatically used during development and on CI. I'm using a script like this to install asdf in my CI build:
I use commands like this for running that script and caching the installed runtimes:
For asdf support, I'd expect the following:
|
We started using asdf as a runtime version manager. It's an 18k GitHub stars project. Would you mind adding asdf to your toolbox?
I see the following advantages for your users:
~/.asdf/installs
).The text was updated successfully, but these errors were encountered: