Skip to content
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

Hide vss-client dependency behind cfg flag #207

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

tnull
Copy link
Collaborator

@tnull tnull commented Nov 24, 2023

Fixes #197

Recently, we introduced first steps towards VSS support. Unfortunately, vss-client has a build dependency on blocking reqwest which defaults to use native-tls, pulling in openssl-sys, which in turn fails for the Android targets.

Here, we preliminarily hide the vss-client dependency behind the cfg(vss) flag to fix our Android builds.

Recently, we introduced first steps towards VSS support. Unfortunately,
`vss-client` has a build dependency on blocking `reqwest` which defaults
to use `native-tls`, pulling in `openssl-sys`, which in turn fails for
the Android targets.

Here, we preliminarily hide the `vss-client` dependency behind the
`cfg(vss)` flag to fix our Android builds.
@tnull tnull merged commit 42456c7 into lightningdevkit:main Nov 24, 2023
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kotlin bindings generation fails locally
1 participant