]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
zuul: remove the clang-tidy job
authorDaniel Stenberg <daniel@haxx.se>
Tue, 30 Aug 2022 11:24:28 +0000 (13:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Aug 2022 13:40:03 +0000 (15:40 +0200)
Turns out we don't see the warnings, but the warnings right now are
plain ridiculous and unhelpful so we can just as well just kill this
job.

Closes #9390

scripts/zuul/script.sh
zuul.d/jobs.yaml

index 8a800232e8bbf5c70da390b45aff938d07e0165b..ebfd0b0658ae72bc762c9b24cf84c134575ecb1f 100755 (executable)
@@ -83,12 +83,6 @@ if [ "$T" = "normal" ]; then
   fi
 fi
 
-if [ "$T" = "tidy" ]; then
-  ./configure --enable-warnings --enable-werror $C
-  make
-  make tidy
-fi
-
 if [ "$T" = "cmake" ]; then
   mkdir -p build
   cd ./build
index 4c2f7e50b52b5487724e46abaab29d265ab9774c..ec2ea944748671c1cd9ee6abb8eb295601197f39 100644 (file)
         CXX: clang++-9
         T: fuzzer
 
-- job:
-    name: curl-tidy
-    parent: curl-base
-    vars:
-      curl_apt_packages:
-        - clang
-        - clang-tidy
-        - clang-9
-        - clang-tidy-9
-        - libpsl-dev
-        - libbrotli-dev
-        - libzstd-dev
-      curl_env:
-        CC: clang-9
-        CXX: clang++-9
-        T: tidy
-        C: --with-openssl
-
 - job:
     name: curl-debug-clang-with-openssl-dl-ubsan
     parent: curl-base
       - curl-cmake-boringssl-quiche
       - curl-cmake-ngtcp2
       - curl-fuzzer
-      - curl-tidy
       - curl-debug-clang-with-openssl-dl-ubsan
 ...