-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
Bulding issue on Windows 10, Node due to py vs python3 #456
Comments
At this point it should be invoking the Rust build (lazily), like in the run here: https://github.com/signalapp/libsignal/runs/5684959926?check_suite_focus=true If you look at your system monitor, are there any Rust processes running? You did say that |
I'll verify that asap, but in the meantime I'd also want to make sure if the |
I think so, but I'll go file a bug with |
Currently I went through the flow without an issue on secondary laptop - the only difference was I used |
Ah, yeah, that could absolutely do it, we only test with Python 3. |
Yep, that was it, 24th line of binding.gyp had to be changed to |
I'm surprised you had to do I don't necessarily want to change the script when |
I couldn't reproduce the behavior of |
I believe this line is crucial |
OS: Windows 10, 64-bit
Node: v12.18.3, after
nvm use
cargo test
goes fine, but after runningyarn install --verbose
this is the result:After that it hangs, doesn't do anything
The text was updated successfully, but these errors were encountered: