alanmacd commented on code in PR #13335:
URL: https://github.com/apache/tvm/pull/13335#discussion_r1019589504


##########
ci/jenkins/Build.groovy.j2:
##########
@@ -208,7 +231,9 @@ stage('Build') {
       script: "${docker_run} ${ci_hexagon} 
./tests/scripts/task_config_build_hexagon.sh build",
       label: 'Create Hexagon cmake config',
     )
-    make(ci_hexagon, 'build', '-j2')
+    cmake_build(ci_hexagon, 'build', '-j2')
+    make_standalone_crt(ci_hexagon, 'build')

Review Comment:
   We would want to remove make_standalone_crt() here for the hexagon build.
   
   cc: @mehrdadh 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to