Description
Checksums of binaries built with docker and cargo build --release differ.
Steps to Reproduce
- Build the docker container, connect to it and use
sha256 to hash the ggxnode binary
- Build the binary using
cargo build --release and use sha256 to hash the ggxnode binary
Expected vs. Actual Behavior
Hashes should agree, but currently differ.
Environment
- Operating system: Linux
- Project version/tag: v0.1.4
- Rust version (run
rustup show): nightly-2023-08-19