ysh329 commented on issue #17861:
URL: https://github.com/apache/tvm/issues/17861#issuecomment-2816693508

   # 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) <[email protected]>" 
[ultimate]<[email protected]>" [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 ...
   
   ...
   ...
   ...
   
   
   ```
   


-- 
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]

Reply via email to