g-plane / pnpm-shell-completion

Complete your pnpm command fastly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Debian

valerii15298 opened this issue · comments

Latest version of Debian GNU/Linux 11 (bullseye) uses Glibc 2.31, but your package requires glibc >= 2.32.

Unfortunately, it is almost impossible to upgrade glibc on debian(it is easier to get new OS).

Are there plans for this library to support Debian at all?

You can use the musl build.

Yep, but my point is also that updating glibc version and lot of other related stuff seems overhead for me just to get autocompletion, I would expect such library to be minimum dependant on other stuff...

You don't need to update your glibc and just need to use the musl build of "pnpm-shell-completion".

Closing. This has been already supported via musl build.