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
Hello, I'm trying to install using cargo install cargo-watch in a fresh Docker image linux/amd64 based. No success due to compilation error on the termcolor crate.
It seems like it's getting a segmentation fault while compiling strsim on emulated environments?
Anyway, I appreciate any help in case anyone already faced the same issue. Thanks in advance.
The text was updated successfully, but these errors were encountered:
leandronsp
changed the title
Compilation failed while installing cargo-watch on emulated environment
Compilation failed while installing cargo-watch on Docker
Aug 10, 2022
Hello, I'm trying to install using
cargo install cargo-watch
in a fresh Docker image linux/amd64 based. No success due to compilation error on thetermcolor
crate.Environment
rust:latest
linux:amd64Steps
Output
Conclusion
It seems like it's getting a segmentation fault while compiling
strsim
on emulated environments?Anyway, I appreciate any help in case anyone already faced the same issue. Thanks in advance.
The text was updated successfully, but these errors were encountered: