You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/05/12 20:59:44 UTC

[tvm] branch main updated: [Fix] CI QEMU Install libpython3.8 (#8020)

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 805d48a  [Fix] CI QEMU Install libpython3.8 (#8020)
805d48a is described below

commit 805d48afdfa6c76faf7dc683761ebdfc6204d25d
Author: Mehrdad Hessar <mh...@octoml.ai>
AuthorDate: Wed May 12 13:59:08 2021 -0700

    [Fix] CI QEMU Install libpython3.8 (#8020)
    
    * add python lib
    
    * fix
---
 docker/install/ubuntu_install_qemu.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker/install/ubuntu_install_qemu.sh b/docker/install/ubuntu_install_qemu.sh
index 3dee7d8..0adc81b 100755
--- a/docker/install/ubuntu_install_qemu.sh
+++ b/docker/install/ubuntu_install_qemu.sh
@@ -47,3 +47,6 @@ cd qemu-5.1.0
 ./configure --target-list=aarch64-softmmu,arm-softmmu,i386-softmmu,riscv32-softmmu,riscv64-softmmu,x86_64-softmmu
 make -j2
 sudo make install
+
+# For debugging with qemu
+apt-get -y install libpython3.8