summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-08-30 13:24:28 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-08-30 15:40:03 +0200
commite43c3b3e3e6c2d58084d8c98f8e9640e09c0a05e (patch)
treefc521b426c4b1e1611139bb77ef1c91c5615d20a /scripts
parentcafb356e19cda2272f4238b9258bf1e40435c468 (diff)
downloadcurl-e43c3b3e3e6c2d58084d8c98f8e9640e09c0a05e.tar.gz
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 #9390
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/zuul/script.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/zuul/script.sh b/scripts/zuul/script.sh
index 8a800232e..ebfd0b065 100755
--- a/scripts/zuul/script.sh
+++ b/scripts/zuul/script.sh
@@ -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