ysh329 commented on issue #15134: URL: https://github.com/apache/tvm/issues/15134#issuecomment-1635301436
## Check sha512 ```shell # Check sha512 $ shasum -a 512 ./apache-tvm-src-v0.13.0.rc0.tar.gz da0fa8ad9a858b297fc1dc883a37505f6277e57568e9770a734b99ad34379d4bde6f7fde0d93a7ebf2454dd2086d9c1567e3768cd55bc50ca9749762628b89c0 ./apache-tvm-src-v0.13.0.rc0.tar.gz $ cat ./apache-tvm-src-v0.13.0.rc0.tar.gz.sha512 da0fa8ad9a858b297fc1dc883a37505f6277e57568e9770a734b99ad34379d4bde6f7fde0d93a7ebf2454dd2086d9c1567e3768cd55bc50ca9749762628b89c0 apache-tvm-src-v0.13.0.rc0.tar.gz ``` ## Check asc ```shell # Check asc $ gpg --import ./KEYS gpg: key 6754EA97C55E3DEB: "Tianqi Chen (CODE SIGNING KEY) <[email protected]>" not changed gpg: key 8955D84E20C9AB0C: "Yizhi Liu <[email protected]>" not changed gpg: key 3A709F6F2B86E9D6: "Yizhi Liu (Yizhi Liu at Apache) <[email protected]>" not changed gpg: key CA751254E97B9FE4: "Yizhi Liu <[email protected]>" not changed gpg: key ED03B26E4FC3509F: "Ziheng Jiang <[email protected]>" not changed gpg: key 9FBECBD3D75EFD4B: "Zhi Chen <[email protected]>" not changed gpg: key 35ABC9676004ADAE: "Junru Shao <[email protected]>" not changed gpg: key 2C75E5A496C80880: "Wuwei Lin <[email protected]>" not changed gpg: key 07FA463F1C926F48: "David Riazati <[email protected]>" not changed gpg: key C9A56ABD5CCA3EB8: "Andrew Zhao Luo <[email protected]>" not changed gpg: key 28D4862222B8EC31: "Leandro Nunes <[email protected]>" not changed gpg: key 06D051CA84EF3749: public key "Siyuan Feng (CODE SIGNING KEY) <[email protected]>" imported gpg: Total number processed: 12 gpg: imported: 1 gpg: unchanged: 11 $ gpg --verify ./apache-tvm-src-v0.13.0.rc0.tar.gz.asc ./apache-tvm-src-v0.13.0.rc0.tar.gz gpg: Signature made Fri Jul 14 10:24:35 2023 CST gpg: using RSA key 664EF29634C05669C3DCF83106D051CA84EF3749 gpg: Good signature from "Siyuan Feng (CODE SIGNING KEY) <[email protected]>" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 664E F296 34C0 5669 C3DC F831 06D0 51CA 84EF 3749 $ gpg --edit-key 664EF29634C05669C3DCF83106D051CA84EF3749 gpg> trust Your decision? 5 Do you really want to set this key to ultimate trust? (y/N) y $ gpg --verify ./apache-tvm-src-v0.13.0.rc0.tar.gz.asc ./apache-tvm-src-v0.13.0.rc0.tar.gz gpg: Signature made Fri Jul 14 10:24:35 2023 CST gpg: using RSA key 664EF29634C05669C3DCF83106D051CA84EF3749 gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 3 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 3u gpg: next trustdb check due at 2025-04-22 gpg: Good signature from "Siyuan Feng (CODE SIGNING KEY) <[email protected]>" [ultimate] ``` ## Check binary ```shell # check binary $ find ./apache-tvm-src-v0.13.0 -type f -exec file {} + | grep -w "ELF\|shared object" # find nothing ``` ## Compile -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
