You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it's quite easy to erronously compile the Rust library against an incompatible toolchain (in my case: i686-... vs x86_64-...). This is caught by running python setup.py test, but it would be nice if the build already fails in this case.
The text was updated successfully, but these errors were encountered:
I wonder if it makes sense to land helpers for rust compilation in some sort of milksnake contrib that fixes this. This currently is definitely out of scope for milksnake in its current form.
Currently, it's quite easy to erronously compile the Rust library against an incompatible toolchain (in my case: i686-... vs x86_64-...). This is caught by running
python setup.py test
, but it would be nice if the build already fails in this case.The text was updated successfully, but these errors were encountered: