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
Hum... that doesn't look like a problem with vector, though.
It seems to build just fine so I wonder where it was copying the binary into.
You can try a cargo clean which will remove the target folder and then another build.
Then you can inspect your target folder and see which subfolders it created.
You can verify that you have the correct toolchains with
@mre Can you build with cargo build --release --target=x86_64-unknown-linux-musl and run the binary using rustc 1.37 stable? I will check again to see if it's related to my build environment
I'm using to
cargo build --release --target=x86_64-unknown-linux-musl
to build the project but the result won't execute, but the default target worksThe text was updated successfully, but these errors were encountered: