You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/10/25 21:14:53 UTC

[incubator-tvm] branch main updated: [CI] Update wasm emcc to latest (#6755)

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

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new cd30493  [CI] Update wasm emcc to latest (#6755)
cd30493 is described below

commit cd304937e4d7a277eb5eaac598c33b671713270c
Author: Tianqi Chen <tq...@users.noreply.github.com>
AuthorDate: Sun Oct 25 17:14:45 2020 -0400

    [CI] Update wasm emcc to latest (#6755)
---
 docker/install/ubuntu_install_emscripten.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/install/ubuntu_install_emscripten.sh b/docker/install/ubuntu_install_emscripten.sh
index 2e48ccc..fa44e1c 100755
--- a/docker/install/ubuntu_install_emscripten.sh
+++ b/docker/install/ubuntu_install_emscripten.sh
@@ -23,5 +23,5 @@ set -o pipefail
 cd /
 git clone https://github.com/emscripten-core/emsdk.git
 cd emsdk
-./emsdk install latest
-./emsdk activate latest
+./emsdk install 2.0.7
+./emsdk activate 2.0.7