This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit f8522e9b74485453f3e262177b5a07d1d075a806 Author: Jared Roesch <[email protected]> AuthorDate: Wed Mar 31 14:13:43 2021 -0700 Bump the Jenkinsfile --- Jenkinsfile | 4 ++-- docker/install/ubuntu1804_install_llvm.sh | 2 +- docker/install/ubuntu_install_core.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f7fc6e4..3550f93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,8 +45,8 @@ // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> ci_lint = "tlcpack/ci-lint:v0.62" -ci_gpu = "tlcpack/ci-gpu:v0.72" -ci_cpu = "tlcpack/ci-cpu:v0.73" +ci_gpu = "tlcpack/ci-gpu:v0.73-t2" +ci_cpu = "tlcpack/ci-cpu:v0.74-t2" ci_wasm = "tlcpack/ci-wasm:v0.70" ci_i386 = "tlcpack/ci-i386:v0.72-t0" ci_qemu = "tlcpack/ci-qemu:v0.02" diff --git a/docker/install/ubuntu1804_install_llvm.sh b/docker/install/ubuntu1804_install_llvm.sh index 292fdde..e1b9a1c 100755 --- a/docker/install/ubuntu1804_install_llvm.sh +++ b/docker/install/ubuntu1804_install_llvm.sh @@ -42,4 +42,4 @@ echo deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic main\ >> /etc/apt/sources.list.d/llvm.list wget -q -O - http://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - -apt-get update && apt-get install -y llvm-9 llvm-10 llvm-11 clang-9 clang-10 clang-11 +apt-get update && apt-get install -y llvm-9 llvm-10 llvm-11 clang-9 libclang-9-dev clang-10 libclang-10-dev clang-11 libclang-11-dev diff --git a/docker/install/ubuntu_install_core.sh b/docker/install/ubuntu_install_core.sh index e7104eb..6f9d791 100755 --- a/docker/install/ubuntu_install_core.sh +++ b/docker/install/ubuntu_install_core.sh @@ -24,7 +24,7 @@ set -o pipefail apt-get update && apt-get install -y --no-install-recommends \ git make libgtest-dev cmake wget unzip libtinfo-dev libz-dev\ libcurl4-openssl-dev libssl-dev libopenblas-dev g++ sudo \ - apt-transport-https graphviz + apt-transport-https graphviz pkg-config cd /usr/src/gtest && cmake CMakeLists.txt && make && cp *.a /usr/lib
