From c13ad2f7c758bf897c3c851bd9bd26e076a13743 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 21 Sep 2019 14:27:13 +0200 Subject: extra/clang: disable hanging tidy tests for i486 --- extra/clang/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'extra') 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 -- cgit v1.2.3