This is an automated email from the ASF dual-hosted git repository.
areusch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/ci-docker-staging by this push:
new 9ea068d try to fix stupid synr problem
9ea068d is described below
commit 9ea068d5ecae2592f8c97da91deed5773443ef41
Author: Andrew Reusch <[email protected]>
AuthorDate: Tue Aug 17 17:12:55 2021 -0700
try to fix stupid synr problem
---
tests/scripts/task_ci_setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/scripts/task_ci_setup.sh b/tests/scripts/task_ci_setup.sh
index 753d17d..7c11d7a 100755
--- a/tests/scripts/task_ci_setup.sh
+++ b/tests/scripts/task_ci_setup.sh
@@ -30,7 +30,7 @@ set -o pipefail
#
echo "Addtiional setup in" ${CI_IMAGE_NAME}
-python3 -m pip install --user tlcpack-sphinx-addon==0.2.1 synr==0.3.0
+python3 -m pip install --user tlcpack-sphinx-addon==0.2.1 synr>=0.3.0
# Rebuild standalone_crt in build/ tree. This file is not currently archived
by pack_lib() in
# Jenkinsfile. We expect config.cmake to be present from pack_lib().