From 6acf66cdcab051d150356188d74971d408c25867 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 27 Oct 2020 14:47:54 -0400 Subject: [PATCH] [CI] Update ci-wasm to latest (#6772) --- Jenkinsfile | 2 +- tests/scripts/task_web_wasm.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9d475045bb936..e2abb018d6e2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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. diff --git a/tests/scripts/task_web_wasm.sh b/tests/scripts/task_web_wasm.sh index 717d3284fce19..c117bb08c6f4d 100755 --- a/tests/scripts/task_web_wasm.sh +++ b/tests/scripts/task_web_wasm.sh @@ -21,6 +21,7 @@ set -u export PYTHONPATH=`pwd`/python +rm -rf .emscripten_cache cd web make clean npm install