-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
New package: prs-0.3.2 #29593
New package: prs-0.3.2 #29593
Conversation
@jcgruenhage Is this still broken? Void now ships gnupg2 (package is now called |
I haven't looked at this in a while, so no idea. |
Looks like there was some check failures too, but only on the cross archs. The logs are gone now, but if the failures were caused by a crate using autocfg or bindgen, we have fixes now. |
This PR was from ages before the problems with autocfg started appearing, so it might've been something else, but either way, we'll just see whether the new release works. Updated the package and it works locally just fine. |
Ah yep, it's the autocfg issue on cross. #34889 has a fix |
Will apply those fixes later ^^ |
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it. |
Updated, and tested again locally. |
General
This is currently sort-of broken.prs
supports multiple backends, and the default is to use thegpg
binary, which is broken, because unlike otherdistros, Void doesn't ship gnupg2 as
gpg
. Maybe we should add alternatives to gnupg2 and gnupg to allow both as thegpg
binary?