-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compiling on Windows is currently broken #13
Comments
Here is an old issue that is possibly related: rust-lang/rust#41607 |
@yutannihilation Do you happen to have any idea how to approach/fix this build problem on Windows? I suspect it'll eventually hit the extendr project as well. |
No idea. Curious... Do you think this is an issue specific to getrandom crate?
|
No, I don't think so: |
Okay, it seems time to boot my old Windows again... |
If you could look into it, that would be great! I saw a post somewhere saying it was something about a path issue (it uses |
Before I jump into the hell of Windows Updates, I tried Windows runner on GitHub Actions CI, and it seems there's no compilation error happens. Curious... |
That's good to know. Maybe it is a path issue after all. Could you turn this into a PR? And what does |
Sure, I'll create a PR. The document says
But, I didn't know about the details, I just copied this from the instruction on hellorust, which was recently added. I guess this is for ensuring the runner uses the intended toolchain even when there's already another Rust toolchain installed, so this probably doesn't matter in usual cases. |
Confirmed it works without |
Closing this as it does work on GH Actions. Probably something is not quite right in the Appveyor setup, but there's nothing fundamental that is broken with the code. |
Compiling with Windows currently errors out:
This may be related to the release of rustc 1.48.0, see here: https://users.rust-lang.org/t/announcing-rust-1-48-0/51677/6
The text was updated successfully, but these errors were encountered: