summaryrefslogtreecommitdiff
path: root/extra/clang
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-09-21 14:27:13 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-09-21 14:27:13 +0200
commitc13ad2f7c758bf897c3c851bd9bd26e076a13743 (patch)
tree630a8f891de386c2f34895cb62c3d5dca336c8c5 /extra/clang
parent92f59742b9850db7f9be4c1c5fe18946cc045413 (diff)
downloadpackages-c13ad2f7c758bf897c3c851bd9bd26e076a13743.tar.xz
extra/clang: disable hanging tidy tests for i486
Diffstat (limited to 'extra/clang')
-rw-r--r--extra/clang/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/clang/PKGBUILD b/extra/clang/PKGBUILD
index 2335a0ab..e84b76eb 100644
--- a/extra/clang/PKGBUILD
+++ b/extra/clang/PKGBUILD
@@ -7,3 +7,10 @@ eval "$(
s/\(ninja.*\)/\1 || true/
'
)"
+
+# clang tests in clang-tidy hang build slaves due to
+# races in the python tests, disabled them all for now
+# as we cannot disable them individually..
+if [ "$CARCH" = 'i486' ]; then
+ unset check
+fi