You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/29 15:18:53 UTC

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6485: Add ci_qemu docker image

tqchen commented on a change in pull request #6485:
URL: https://github.com/apache/incubator-tvm/pull/6485#discussion_r496804408



##########
File path: docker/install/ubuntu_install_qemu.sh
##########
@@ -20,4 +20,473 @@ set -e
 set -u
 set -o pipefail
 
-apt-get -y install qemu-system
+sudo sed -i '/deb-src/s/^# //' /etc/apt/sources.list
+apt update
+apt-get -y build-dep qemu
+
+cat <<EOF | gpg --import
+-----BEGIN PGP PUBLIC KEY BLOCK-----

Review comment:
       Is it possible to avoid adding the pubkey here and download the key from a place?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org