Daniel Silverstone
Daniel Silverstone
Cool, would you expect GH Actions to just work if I `rustup target install aarch64-pc-windows-msvc` and then `cargo build --target=aarch64-pc-windows-msvc` ? If so I should be able to add the...
Probably wouldn't hurt, no. I'll see if I can knock up a PR to check
A brief test suggests this will be a significantly bigger job than thought. Hyper doesn't support tokio 0.3 yet. tokio 0.2 relies on mio 0.6 - mio 0.6 relies on...
``` tokio v0.2.24 βββ h2 v0.2.7 β βββ hyper v0.13.9 β βββ hyper-rustls v0.21.0 β β βββ reqwest v0.10.10 β β βββ download v0.6.8 (/home/dsilvers/dev-git/rustup/download) β β βββ rustup v1.23.1...
When tokio 1.0 releases, hyper intends to do a release: https://github.com/hyperium/hyper/issues/2352 - In particular, https://github.com/hyperium/hyper/issues/2352#issuecomment-748382861 suggests that we should wait for Tokio 1.0 to come out, then hyper will be...
Given that Tokio 1.0 came out today I'm more inclined to wait and then update as described above.
If you want to test it and submit patches for anything broken, then you can try building on/for aarch64 windows yourself. However if you think Cargo is broken currently, then...
I apologise for the delay responding, and also for how my previous comment came across. The 'fighting' was about *me* and CI, since the only way I have to test...
Thank you for being prepared to help with this. I agree that step one is to see if you can get a build up and running at all. In point...
Sounds like progress is being made indeed. I will probably get a chance to work on updating rustup to the tokio 1.0 ecosystem at the weekend. Thanks for keeping an...