ysh329 left a comment (apache/tvm#17861) # Check package
The complete check using script [`tests/scripts/release/test_release_candidate.sh`](https://github.com/apache/tvm/blob/main/tests/scripts/release/test_release_package.sh), only change [version](https://github.com/apache/tvm/blob/main/tests/scripts/release/test_release_package.sh#L27) to "v0.20.0" and then execute `bash ./test_release_candidate.sh`. ## Check download ```bash [1/9] Downloading from apache.org ... # passed [2/9] Downloading from github.com ... # passed + echo '[3/9] Check difference between github.com and apache.org ...' [3/9] Check difference between github.com and apache.org ... + diff github/md5sum.txt ./apache/md5sum.txt ``` ## Check asc & sha512 ```bash + echo '[4/9] Checking asc ...' [4/9] Checking asc ... + cd github + gpg --verify ./apache-tvm-src-v0.20.0.rc0.tar.gz.asc ./apache-tvm-src-v0.20.0.rc0.tar.gz gpg: Signature made Sat Apr 19 18:48:00 2025 CST gpg: using RSA key A4D9228E55761E665BF01CBB5CE869CB7DEC048C gpg: Good signature from "Star Yuan (CODE SIGNING KEY) <ysh...@apache.org>" [ultimate]<ysh...@apache.org>" [ultimate] + echo '[5/9] Checking sha512 ...' [5/9] Checking sha512 ... + sha512sum -c ./apache-tvm-src-v0.20.0.rc0.tar.gz.sha512 apache-tvm-src-v0.20.0.rc0.tar.gz: OK ``` ## Compile and Python Import on Linux ```bash [8/9] Compile and Python Import on Linux ... ... ... ... ``` -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/17861#issuecomment-2816693508 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/issues/17861/2816693...@github.com>