asdf-vm / asdf-plugins

Convenience shortname repository for asdf community plugins

Home Page:https://github.com/topics/asdf-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jq plugin does not install for any linux version

AZMCode opened this issue · comments

The repository for the asdf jq plugin has an issue regarding release asset selection

To Reproduce
Run the following commands on a linux box with asdf and the jq plugin.

$ asdf install jq jq-1.6

jq-1.6 can be replaced by any other jq version available.

Expected behavior

Jq Linux release selected and installed

Actual behavior

Linux release for jq not found

Environment

OS: Linux

asdf version: any

asdf plugins affected (if relevant): jq

asdf plugins installed: jq

Additional context
Pull request fixing the issue has been posted on the issue more than a month ago, and there's been no activity on the part of the maintainer

The asdf-plugin itself is the root cause. Details here:

While that was also a problem, this program still could not have chosen a Linux version, since it always appended a wrong suffix to the release name when searching jw releases

All of the functionality you are talking about is handled by the plugins themselves.

I apologize, you're right. Closing.

For future finders of this issue, please see the aforementioned links for asdf-jq. Hopefully a fix gets in with enough noise there!