Make rnp work on OpenBSD (WIP)#477
Closed
ronaldtse wants to merge 6 commits into
Closed
Conversation
Contributor
Author
|
Looks like |
Codecov Report
@@ Coverage Diff @@
## master #477 +/- ##
=========================================
Coverage ? 63.09%
=========================================
Files ? 61
Lines ? 18074
Branches ? 171
=========================================
Hits ? 11404
Misses ? 6617
Partials ? 53Continue to review full report at Codecov.
|
Contributor
Author
|
Anyone interested in OpenBSD support? |
Contributor
Author
|
@erikbor is working on this one. Thanks! |
…d-openbsd * origin/openbsdwork: initial CI tests for OpenBSD
ee8be89 to
6cb3696
Compare
Contributor
Author
|
Superseded by #590. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is WIP, there are a few issues in the build scripts:
TAR
tar ... --strip 1in 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+?