Open darrell-roberts opened 6 days ago
It's due to ring
not supporting arm windows pre-0.17, I narrowed down to a dependency on an old version of async-tungstenite
, upgrading it (see #17380) should resolve this (but there're probably other blockers).
It's due to
ring
not supporting arm windows pre-0.17, I narrowed down to a dependency on an old version ofasync-tungstenite
, upgrading it (see #17380) should resolve this (but there're probably other blockers).
Thanks. I updated that along with rustls
to 0.23 (which required making some changes to crates/client/src/client.rs
). I now get the runtime error reported here: https://github.com/zed-industries/zed/issues/17374
Check for existing issues
Describe the bug / provide steps to reproduce it
Cloned the repo and setup the required build toolchains for windows.
Cargo build fails on external build for ring. What is interesting is it is building ring 0.16 when the dep has been upgraded to 0.17 for windows ARM support https://github.com/zed-industries/zed/pull/11689.
Looking at
cargo tree
it looks like all ring deps are 0.17 except for one which is for rustls v20.9.tree.txt
cargo build
output:Environment
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log