Skip to content

Commit e43c3b3

Browse files
committed
zuul: remove the clang-tidy job
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 curl#9390
1 parent cafb356 commit e43c3b3

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

scripts/zuul/script.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ if [ "$T" = "normal" ]; then
8383
fi
8484
fi
8585

86-
if [ "$T" = "tidy" ]; then
87-
./configure --enable-warnings --enable-werror $C
88-
make
89-
make tidy
90-
fi
91-
9286
if [ "$T" = "cmake" ]; then
9387
mkdir -p build
9488
cd ./build

zuul.d/jobs.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -201,24 +201,6 @@
201201
CXX: clang++-9
202202
T: fuzzer
203203

204-
- job:
205-
name: curl-tidy
206-
parent: curl-base
207-
vars:
208-
curl_apt_packages:
209-
- clang
210-
- clang-tidy
211-
- clang-9
212-
- clang-tidy-9
213-
- libpsl-dev
214-
- libbrotli-dev
215-
- libzstd-dev
216-
curl_env:
217-
CC: clang-9
218-
CXX: clang++-9
219-
T: tidy
220-
C: --with-openssl
221-
222204
- job:
223205
name: curl-debug-clang-with-openssl-dl-ubsan
224206
parent: curl-base
@@ -258,6 +240,5 @@
258240
- curl-cmake-boringssl-quiche
259241
- curl-cmake-ngtcp2
260242
- curl-fuzzer
261-
- curl-tidy
262243
- curl-debug-clang-with-openssl-dl-ubsan
263244
...

0 commit comments

Comments
 (0)