diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-21 14:27:13 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-09-21 14:27:13 +0200 |
commit | c13ad2f7c758bf897c3c851bd9bd26e076a13743 (patch) | |
tree | 630a8f891de386c2f34895cb62c3d5dca336c8c5 /extra/clang/PKGBUILD | |
parent | 92f59742b9850db7f9be4c1c5fe18946cc045413 (diff) | |
download | packages-c13ad2f7c758bf897c3c851bd9bd26e076a13743.tar.xz |
extra/clang: disable hanging tidy tests for i486
Diffstat (limited to 'extra/clang/PKGBUILD')
-rw-r--r-- | extra/clang/PKGBUILD | 7 |
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 |