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/05/18 00:00:15 UTC

[tvm] 16/36: fixup! Rename arm to aarch64, add bootstrap requirements.

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 d543671d937934f0e4ad3418d4e5eea8ca662f5e
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Thu May 12 17:07:32 2022 -0700

    fixup! Rename arm to aarch64, add bootstrap requirements.
---
 jenkins/generate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/generate.py b/jenkins/generate.py
index 002bd64bdf..ad06948e40 100644
--- a/jenkins/generate.py
+++ b/jenkins/generate.py
@@ -34,7 +34,7 @@ data = {
     "images": [
         {
             "name": "ci_arm",
-            "arch": "arm64",
+            "arch": "aarch64",
             "platform": "ARM",
         },
         {