-
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: clevis-20 #51359
New package: clevis-20 #51359
Conversation
5721dd3
to
1e90001
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be one commit per package
49dc7c3
to
a55879b
Compare
89b59d7
to
b02dcc5
Compare
jose template diffdiff --git a/srcpkgs/jose/template b/srcpkgs/jose/template
index ae96cfed72f..2513893fd38 100644
--- a/srcpkgs/jose/template
+++ b/srcpkgs/jose/template
@@ -3,7 +3,7 @@ pkgname=jose
version=14
revision=1
build_style=meson
-configure_args="-Dwerror=false"
+configure_args="-Db_ndebug=false"
hostmakedepends="asciidoc pkg-config"
makedepends="jansson-devel openssl-devel zlib-devel"
short_desc="C-language implementation of Javascript Object Signing and Encryption"
@@ -12,7 +12,6 @@ license="Apache-2.0"
homepage="https://github.com/latchset/jose"
distfiles="https://github.com/latchset/jose/releases/download/v$version/jose-$version.tar.xz"
checksum=cee329ef9fce97c4c025604a8d237092f619aaa9f6d35fdf9d8c9052bc1ff95b
-make_check=no # tests need -Db_ndebug=true
jose-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}" |
Building it is not the issue, but the tests fail. As I said earlier, |
The tests do indeed pass on my machine (logs below). I have an x86_64-musl voidlinux machine, and that's also what I am using to build and test Build set up
Output from ./xbps-src clean && ./xbps-src pkg jose
Output from ./xbps-src clean && ./xbps-src check jose
|
Thanks for testing this! I'll test it again on x86_64-glibc a little later. Maybe I made some stupid mistake while testing? I'm pretty sure I did |
You were correct, elivance. I didn't forget to
|
please rebase and resolve conflicts |
b9cdeb8
to
d760220
Compare
d760220
to
0d5fdca
Compare
split libraries of |
Testing the changes
New package
Local build testing