-
-
Notifications
You must be signed in to change notification settings - Fork 346
Provide more pre-built binaries #1242
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
Comments
|
Some such builds are published, so I'm not sure what you're referring to, but I can think of three things. They are labeled x86_64In Rust target names, AMD64 targets are labeled
For now, they are max-pure onlyThose are Unfortunately, we have not been publishing such other Linux builds, due to difficulties producing them in a correct and portable way. I anticipate that this problem can eventually be fixed. One of the factors is, or at least has been, that we are using I think we may have a separate issue or something for this. But I'm not sure if we do. It's touched on in #1498 (reply in thread), but it's broader than that. In any case, this is sort of referenced here. From the issue description above:
But I think that specific goal may need to be updated in view of #1963. Why x86_64 wasn't mentioned hereIf you're just asking why Linux amd64/x86_64 hadn't been mentioned in this issue, even though some builds for it that we would ideally produce are not (yet?) being produced, I think the reason is that the limitation isn't specific to that architecture. Other Linux builds beyond |
Thanks, sad that we cannot |
With |
For guys from a search looking for portable git - I found https://pkgs.pkgforge.dev/repo/pkgcache/x86_64-linux/git/appimage/ppkg/stable/git |
It would be great to provide:
aarch64-apple-darwin
buildsuniversal-apple-darwin
buildszlib-ng
for max perf and linked with it statically, usesrustls
to avoid externalopenssl
dep.Originally posted by @NobodyXu in #1239 (comment)
The text was updated successfully, but these errors were encountered: