aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2019-12-22 17:39:16 -0800
committerMarco Poletti <poletti.marco@gmail.com>2019-12-22 17:39:16 -0800
commit79a47c3953e84d58c267b15dae97ac256d8451fc (patch)
treef9de92aea45653e1f2220b3438998cc98f872a93 /extras
parenta3165eb2bc8c4bea94fac086b7d7590fad63ec1c (diff)
downloadgoogle-fruit-79a47c3953e84d58c267b15dae97ac256d8451fc.tar.gz
Switch back to testing with Clang 8 instead of Clang 9 in OS X CI tests, the brew package for Clang 9 doesn't seem to work.
Diffstat (limited to 'extras')
-rwxr-xr-xextras/scripts/travis_yml_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/scripts/travis_yml_generator.py b/extras/scripts/travis_yml_generator.py
index a9ce34b..288232e 100755
--- a/extras/scripts/travis_yml_generator.py
+++ b/extras/scripts/travis_yml_generator.py
@@ -182,7 +182,7 @@ add_osx_tests(compiler='gcc-9', xcode_version='11.4', asan=False, ubsan=False, s
# at different address
use_precompiled_headers_in_tests=False)
add_osx_tests(compiler='clang-6.0', xcode_version='11.4', stl='libc++')
-add_osx_tests(compiler='clang-9.0', xcode_version='11.4', stl='libc++', smoke_tests=['DebugPlain'],
+add_osx_tests(compiler='clang-8.0', xcode_version='11.4', stl='libc++', smoke_tests=['DebugPlain'],
# Disabled due to https://bugs.llvm.org/show_bug.cgi?id=41625.
use_precompiled_headers_in_tests=False)