summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-05-17 17:56:26 -0400
committerAllen Winter <allen.winter@kdab.com>2019-05-17 17:56:26 -0400
commitf80aa27199e41748eb08c21ccf58ad00c5249241 (patch)
tree2d24c3c88f4d68a4772b2f64f30f7e74f3cc352d /scripts
parentf02ca493123b7c8e8eaaa758d787e9e2753fd9b8 (diff)
downloadlibical-git-f80aa27199e41748eb08c21ccf58ad00c5249241.tar.gz
scripts/buildtests.sh - comment out a test
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildtests.sh b/scripts/buildtests.sh
index 31935bcc..ca44ed3d 100755
--- a/scripts/buildtests.sh
+++ b/scripts/buildtests.sh
@@ -508,7 +508,7 @@ GCC_BUILD test2builtin "$TZCMAKEOPTS"
CLANG_BUILD test1 ""
CLANG_BUILD test2 "$CMAKEOPTS"
CLANG_BUILD test3 "$UUCCMAKEOPTS"
-CLANG_BUILD test4 "$GLIBOPTS"
+#broken with clang7 on Fedora29 CLANG_BUILD test4 "$GLIBOPTS"
if (test "`uname -s`" = "Linux")
then
echo "Temporarily disable cross-compile tests"