This is an automated email from the ASF dual-hosted git repository.
areusch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new ab01967 Rev ci-qemu to v0.08 (#8776)
ab01967 is described below
commit ab019676a5964fcfaa065877c4c98719ecaabb8a
Author: Andrew Reusch <[email protected]>
AuthorDate: Wed Aug 18 07:38:14 2021 -0700
Rev ci-qemu to v0.08 (#8776)
* Remove synr from pip-installed package list
* synr is installed by task_ci_setup
* rev ci-qemu to 0.08
---
Jenkinsfile | 2 +-
docker/install/ubuntu_install_python_package.sh | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index c366106..aaa0c41 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -49,7 +49,7 @@ ci_gpu = "tlcpack/ci-gpu:v0.76"
ci_cpu = "tlcpack/ci-cpu:v0.75"
ci_wasm = "tlcpack/ci-wasm:v0.71"
ci_i386 = "tlcpack/ci-i386:v0.73"
-ci_qemu = "tlcpack/ci-qemu:v0.07"
+ci_qemu = "tlcpack/ci-qemu:v0.08"
ci_arm = "tlcpack/ci-arm:v0.06"
// <--- End of regex-scanned config.
diff --git a/docker/install/ubuntu_install_python_package.sh
b/docker/install/ubuntu_install_python_package.sh
index 2ca298a..d1bec09 100755
--- a/docker/install/ubuntu_install_python_package.sh
+++ b/docker/install/ubuntu_install_python_package.sh
@@ -37,5 +37,4 @@ pip3 install \
requests \
scipy \
six \
- synr \
tornado