You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/06/30 23:10:42 UTC

[tvm] 36/42: fixup! install cmake from ppa in all images

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

areusch pushed a commit to branch areusch/freeze-dependencies
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 3c9d67855ab947220a8844f70d66fefbca37d350
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Tue Jun 28 11:09:00 2022 -0700

    fixup! install cmake from ppa in all images
---
 docker/install/ubuntu_install_core.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/install/ubuntu_install_core.sh b/docker/install/ubuntu_install_core.sh
index 8c6b4fcc98..d912fc30e4 100755
--- a/docker/install/ubuntu_install_core.sh
+++ b/docker/install/ubuntu_install_core.sh
@@ -52,5 +52,5 @@ apt-get update && apt-install-and-clear -y --no-install-recommends \
 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
 echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null
 apt-get update && apt-install-and-clear -y --no-install-recommends \
-    cmake=3.16.5-0kitware1 \
-    cmake-data=3.16.5-0kitware1 \
+    cmake=3.17.2-0kitware1 \
+    cmake-data=3.17.2-0kitware1 \