Skip to content

Commit 7071fda

Browse files
authored
Disable Rust CI (#7793)
1 parent 7e68b4d commit 7071fda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ stage('Build') {
187187
sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_vta_fsim.sh"
188188
sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_vta_tsim.sh"
189189
// sh "${docker_run} ${ci_cpu} ./tests/scripts/task_golang.sh"
190-
sh "${docker_run} ${ci_cpu} ./tests/scripts/task_rust.sh"
190+
// TODO(@jroesch): need to resolve CI issue will turn back on in follow up patch
191+
// sh "${docker_run} ${ci_cpu} ./tests/scripts/task_rust.sh"
191192
junit "build/pytest-results/*.xml"
192193
}
193194
}

0 commit comments

Comments
 (0)