-
Notifications
You must be signed in to change notification settings - Fork 57
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
Make rnp work on OpenBSD (WIP) #477
Conversation
Looks like |
Codecov Report
@@ Coverage Diff @@
## master #477 +/- ##
=========================================
Coverage ? 63.09%
=========================================
Files ? 61
Lines ? 18074
Branches ? 171
=========================================
Hits ? 11404
Misses ? 6617
Partials ? 53 Continue to review full report at Codecov.
|
Anyone interested in OpenBSD support? |
@erikbor is working on this one. Thanks! |
…d-openbsd * origin/openbsdwork: initial CI tests for OpenBSD
ee8be89
to
6cb3696
Compare
Superseded by #590. |
This is WIP, there are a few issues in the build scripts:
TAR
tar ... --strip 1
in ci/install.sh does not work on OpenBSDGnuPG
Compilation of libassuan gives this error.
In fact, OpenBSD (and macOS brew) comes with GnuPG 2.1 and we probably don't need to re-compile things?
@dewyatt could we skip the build of GnuPG if the system's version is already 2.1+?