Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Tracking issue for building RLS for aarch64-pc-windows-msvc #1693

Closed
arlosi opened this issue Aug 25, 2020 · 0 comments · Fixed by #1741
Closed

Tracking issue for building RLS for aarch64-pc-windows-msvc #1693

arlosi opened this issue Aug 25, 2020 · 0 comments · Fixed by #1741

Comments

@arlosi
Copy link

arlosi commented Aug 25, 2020

Building RLS for aarch64-pc-windows-msvc currently fails because of a transitive dependency on winapi 0.2, which does not support aarch64.

The dependency chain is rls -> tokio 0.2 -> mio 0.6 -> winapi 0.2.

mio 0.7 avoids the dependency on winapi 0.2, however it has not yet been integrated into tokio.
tokio-rs/tokio#1190

mio-named-pipes may also need to be updated:
bbqsrc/mio-named-pipes#7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant