Skip to content

Checksums of Binaries with Docker and Cargo Build Differ #232

@xcthulhu

Description

@xcthulhu

Description

Checksums of binaries built with docker and cargo build --release differ.

Steps to Reproduce

  1. Build the docker container, connect to it and use sha256 to hash the ggxnode binary
  2. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions