Remove duplicate clang build

This commit is contained in:
2024-10-14 22:32:01 -07:00
parent 87aeb349a3
commit 381fbce0c0
Vendored
-12
View File
@@ -36,18 +36,6 @@ pipeline {
sh 'pre-commit run --all-files --show-diff-on-failure'
}
}
stage('Clang') {
agent {
dockerfile {
args '-v /home/jenkins/ccache:/ccache'
reuseNode true
}
}
steps {
CleanBuildAndTest("")
recordIssues(tools: [clang()])
}
}
stage('64 bit versions') {
agent {
dockerfile {