serenity
serenity copied to clipboard
error: failed to run custom build command for `ring v0.16.20`
Hi. I'm running latest Arch Linux and when i'm running cargo build.
Here is the following error:
error: failed to run custom build command for ring v0.16.20
Caused by:
process didn't exit successfully: /home/andrias/Documents/serenity/target/debug/build/ring-24bda62ad47ba771/build-script-build (signal: 4, SIGILL: illegal instruction)
--- stdout
OPT_LEVEL = Some("0")
warning: build failed, waiting for other jobs to finish...
What was your stderr? Also, try running with RUST_BACKTRACE=full.
Can't reproduce (terminal log, Arch Linux too)
If I remember correctly, incremental compilation sometimes spazzes out and causes crashes like this. In those cases cargo clean usually helps
No response for 2 months