Closed kardwen closed 1 month ago
Hello, thanks so much for trying the software! Since writing this I have gained the ability to test on Mac, and get the same error there. No idea what is going on, but I think it does make sense not to include the Cargo.lock (despite what I had heard a few years back, that including Cargo.lock makes for reproducible binary builds). Have a nice day!
https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html Apparently they have changed their guideline last year. Thanks!
Initially my build failed because of mismatched libc dependencies, so I deleted Cargo.lock and ran
cargo update
which solved this issue.The error may be related to my musl libc version of Alpine Linux.
I am not familiar with the Rust build system so I'm not sure what to do here and if the Cargo.lock file is needed.