Remove duplicate clang compiler warning action

This commit is contained in:
2024-07-12 13:44:51 -07:00
parent d0bd293f8d
commit bfd02503e7
Vendored
-1
View File
@@ -57,7 +57,6 @@ pipeline {
}
steps {
CleanBuildAndTest("-DCMAKE_BUILD_TYPE=Debug")
recordIssues(tools: [clang()])
}
}
stage('SIMD fallback') {