You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by dr...@apache.org on 2022/07/29 21:37:25 UTC

[tvm] branch main updated: [ci] Reinstall junintparser after zephyr deps (#12226)

This is an automated email from the ASF dual-hosted git repository.

driazati 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 2b3e1eb3f5 [ci] Reinstall junintparser after zephyr deps (#12226)
2b3e1eb3f5 is described below

commit 2b3e1eb3f52b5f5a672849786febdc34187a05d2
Author: driazati <94...@users.noreply.github.com>
AuthorDate: Fri Jul 29 14:37:15 2022 -0700

    [ci] Reinstall junintparser after zephyr deps (#12226)
    
    Fixes #11749
---
 docker/install/ubuntu_install_zephyr.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docker/install/ubuntu_install_zephyr.sh b/docker/install/ubuntu_install_zephyr.sh
index 1755079a12..d25027f007 100755
--- a/docker/install/ubuntu_install_zephyr.sh
+++ b/docker/install/ubuntu_install_zephyr.sh
@@ -65,4 +65,8 @@ chmod o+rwx zephyr/.cache
 #/opt/west/bin/pip3 install -r /opt/zephyrproject/zephyr/scripts/requirements.txt
 pip3 install -r /opt/zephyrproject/zephyr/scripts/requirements.txt
 
+# the requirements above overwrite junintparser with an older version, but it is not
+# used so overwrite it again with the correct version
+pip3 install junitparser==2.4.2
+
 bash /install/ubuntu_install_zephyr_sdk.sh /opt/zephyr-sdk