We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
为什么不支持linux gnu的构建包?
The text was updated successfully, but these errors were encountered:
linux gnu包通用性比musl差一些,gnu依赖构建时的系统包比如glibc,在不同的操作系统中可能会运行失败。
考虑到一般情况下musl包的性能已经足够,还有包的通用性,所以只提供linux musl包。
如果有特殊需求想要用gnu包,可以考虑自己用源码构建,rust构建工具友好,工作量也不大。
Sorry, something went wrong.
我想的是,搞个pr来支持gnu包。具体使用哪个交给用户选择
这样也可以,个人不反对。 那你提个pr来支持吧。
No branches or pull requests
为什么不支持linux gnu的构建包?
The text was updated successfully, but these errors were encountered: