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

openssl dependency is included on macos regardless whether native-tls is enabled or not #263

Open
1 of 3 tasks
FabianLars opened this issue Dec 12, 2023 · 0 comments
Open
1 of 3 tasks
Labels
bug Something isn't working

Comments

@FabianLars
Copy link
Member

FabianLars commented Dec 12, 2023

Describe the bug
openssl is always a dependency on macos, there was someone on discord where cargo install tauri-cli failed because of openssl. This may be a bit tricky to fix because openssl types are part of the public api here (though as far as i can see only in functions not used by wry/tauri if we only care about that)

Steps To Reproduce
x

Expected behavior
openssl should only be used with the native-tls flag. Otherwise it should use rust based alternatives

Screenshots
x

Platform and Versions (please complete the following information):
Host OS: macos
Target OS: x
Rustc: 1.74
cargo mobile doctor: fails before being able to install it (assumption)

Would you want to assign yourself to resolve this bug?

  • Yes
  • No
  • Maybe, if someone tells me what to do about the public apis 😅

Additional context
x

@FabianLars FabianLars added the bug Something isn't working label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant