https://bugzilla.redhat.com/show_bug.cgi?id=1762856



--- Comment #12 from Josh Stone <jist...@redhat.com> ---
> I suspect it's just the host triple getting mixed in there.

The hash comes from cargo, which adds two arguments to the build: "rustc ... -C
metadata=HASH -C extra-filename=HASH ..."

Cargo's compute_metadata includes rustc.verbose_version (the output of "rustc
-Vv"), which does include the host:

(rust-1.41.0-1.fc31.x86_64)
$ rustc -Vv
rustc 1.41.0
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-unknown-linux-gnu
release: 1.41.0
LLVM version: 9.0

(upstream stable)
$ rustc -Vv
rustc 1.41.0 (5e1a79984 2020-01-27)
binary: rustc
commit-hash: 5e1a799842ba6ed4a57e91f7ab9435947482f7d8
commit-date: 2020-01-27
host: x86_64-unknown-linux-gnu
release: 1.41.0
LLVM version: 9.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to