This is an automated email from the ASF dual-hosted git repository.
driazati pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from ecfd9692a0 Unify name mangling in TVM (#12066)
add 52152e0be6 Build and test TVM under minimal configuration (#12178)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 2 +
Jenkinsfile | 141 ++++++++++++++++++++-
ci/jenkins/Build.groovy.j2 | 19 ++-
ci/jenkins/Jenkinsfile.j2 | 1 +
ci/jenkins/Test.groovy.j2 | 16 +++
ci/jenkins/generate.py | 4 +
ci/jenkins/macros.j2 | 23 ++++
cmake/utils/Summary.cmake | 7 +
.../{Dockerfile.ci_i386 => Dockerfile.ci_minimal} | 39 ++----
...ibxsmm.sh => ubuntu1804_manual_install_llvm.sh} | 22 ++--
tests/python/ci/test_ci.py | 1 +
.../unittest/test_meta_schedule_task_scheduler.py | 1 +
tests/scripts/ci.py | 13 ++
...ild_cortexm.sh => task_config_build_minimal.sh} | 13 +-
tests/scripts/task_cpp_unittest.sh | 24 ++--
15 files changed, 269 insertions(+), 57 deletions(-)
copy docker/{Dockerfile.ci_i386 => Dockerfile.ci_minimal} (75%)
copy docker/install/{ubuntu_install_libxsmm.sh =>
ubuntu1804_manual_install_llvm.sh} (71%)
copy tests/scripts/{task_config_build_cortexm.sh =>
task_config_build_minimal.sh} (77%)