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 21b15f8488d661a615c47d3d7870c682501db0b7 Author: Jared Roesch <[email protected]> AuthorDate: Tue Mar 30 20:28:09 2021 -0700 WIP --- docker/install/ubuntu1804_install_llvm.sh | 2 +- docker/install/ubuntu_install_core.sh | 2 +- tests/scripts/test.sh | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docker/install/ubuntu1804_install_llvm.sh b/docker/install/ubuntu1804_install_llvm.sh index 292fdde..06b9805 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-4.0 llvm-9 llvm-8 llvm-7 clang-9 libclang-9-dev clang-8 libclang-8-dev libclang-7-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 diff --git a/tests/scripts/test.sh b/tests/scripts/test.sh new file mode 100644 index 0000000..1f1dc99 --- /dev/null +++ b/tests/scripts/test.sh @@ -0,0 +1,4 @@ +cd build +cmake .. +cd .. +make -j
