This is an automated email from the ASF dual-hosted git repository. jevans pushed a commit to branch update_cuda in repository https://gitbox.apache.org/repos/asf/mxnet.git
commit 2daabcd0dce32ccc52d3c2badec4fa2f08952bf0 Author: Joe Evans <[email protected]> AuthorDate: Fri Sep 1 14:16:46 2023 -0700 Disable jetson builds. --- ci/jenkins/Jenkinsfile_edge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jenkins/Jenkinsfile_edge b/ci/jenkins/Jenkinsfile_edge index 6f1a2bfc1d..00b0400e7c 100644 --- a/ci/jenkins/Jenkinsfile_edge +++ b/ci/jenkins/Jenkinsfile_edge @@ -34,7 +34,7 @@ utils.assign_node_labels(utility: 'utility', linux_cpu: 'mxnetlinux-cpu', linux_ utils.main_wrapper( core_logic: { utils.parallel_stage('Build', [ - custom_steps.compile_armv8_jetson_gpu(), + // custom_steps.compile_armv8_jetson_gpu(), custom_steps.compile_armv7_cpu('armv7'), custom_steps.compile_armv6_cpu('armv6'), custom_steps.compile_armv8_cpu('armv8'),
