Skip to content

Commit

Permalink
[CI] Update ci-wasm to latest (apache#6772)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and Trevor Morris committed Dec 2, 2020
1 parent 3c117e5 commit 6acf66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
ci_lint = "tlcpack/ci-lint:v0.62"
ci_gpu = "tlcpack/ci-gpu:v0.70"
ci_cpu = "tlcpack/ci-cpu:v0.70"
ci_wasm = "tlcpack/ci-wasm:v0.60"
ci_wasm = "tlcpack/ci-wasm:v0.70"
ci_i386 = "tlcpack/ci-i386:v0.70"
ci_qemu = "tlcpack/ci-qemu:v0.01"
// <--- End of regex-scanned config.
Expand Down
1 change: 1 addition & 0 deletions tests/scripts/task_web_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set -u

export PYTHONPATH=`pwd`/python

rm -rf .emscripten_cache
cd web
make clean
npm install
Expand Down

0 comments on commit 6acf66c

Please sign in to comment.