You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started running into issues with GitLab which uses this gem and tried to run the tests, but discovered that the issue was that gpgme was built with gpg2. Once I removed gpg2, installed gpg1 and rebuilt gpgme with gpg1, then ruby-gpgme worked fine.
The test failures I was seeing with gpg2 can be seen here:
I've started having a look at this - there's a bunch of tests intended to be skipped when using incompatible versions, but I think it's not quite set up right. What version of gpg2 were you using?
I started running into issues with GitLab which uses this gem and tried to run the tests, but discovered that the issue was that gpgme was built with gpg2. Once I removed gpg2, installed gpg1 and rebuilt gpgme with gpg1, then ruby-gpgme worked fine.
The test failures I was seeing with gpg2 can be seen here:
https://gist.github.com/swills/1c55c2e3c0216d555d990f1051ca65fc
Is this expected?
The text was updated successfully, but these errors were encountered: