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

Turn on rustls when compiling using Cross in Travis #47

Open
r-darwish opened this issue Feb 27, 2020 · 2 comments
Open

Turn on rustls when compiling using Cross in Travis #47

r-darwish opened this issue Feb 27, 2020 · 2 comments

Comments

@r-darwish
Copy link
Contributor

Cross dropped OpenSSL from their images, which causes Travis to break. I think that compiling with rustls will fix that.

@jaemk
Copy link
Owner

jaemk commented Mar 3, 2020

That's... interesting. I'll merge your recent #46 in the meantime since it looks benign. I guess we should switch to defaulting to rustls and add an openssl feature instead

@pojntfx
Copy link

pojntfx commented Jul 12, 2021

For those which struggle to get cross-compilation working, I've found the following to work:

self_update = { version = "0.27.0", features = ["rustls"], default-features = false }

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

No branches or pull requests

3 participants