You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/03 18:11:02 UTC

[tvm] branch last-successful updated (f00c8db5ce -> 91d351c1f7)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from f00c8db5ce Fix make format (#11197)
     add 91d351c1f7 [CI] Update GoogleTest (#11162)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                              |  2 +-
 docker/Dockerfile.ci_arm                    |  3 ++
 docker/Dockerfile.ci_cpu                    |  3 ++
 docker/Dockerfile.ci_gpu                    |  3 ++
 docker/Dockerfile.ci_hexagon                |  3 ++
 docker/Dockerfile.ci_i386                   |  3 ++
 docker/Dockerfile.ci_qemu                   |  3 ++
 docker/install/ubuntu_install_core.sh       | 24 +-----------
 docker/install/ubuntu_install_googletest.sh | 57 +++++++++++++++++++++++++++++
 9 files changed, 77 insertions(+), 24 deletions(-)
 create mode 100755 docker/install/ubuntu_install_googletest.sh