CI: travis: revert to clang-7 for BoringSSL tests

Building BoringSSL with clang9 fails:
   https://travis-ci.com/github/haproxy/haproxy/jobs/298267505
   https://bugs.chromium.org/p/boringssl/issues/detail?id=323

Let's revert to clang-7 for now.
This commit is contained in:
Willy Tarreau 2020-03-16 08:10:56 +01:00
parent 2b7f6c22d8
commit 0df0982d3b
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ matrix:
- os: linux - os: linux
if: type == cron if: type == cron
compiler: clang compiler: clang
env: TARGET=linux-glibc BORINGSSL=yes CC=clang-9 env: TARGET=linux-glibc BORINGSSL=yes
- os: linux - os: linux
if: type != cron if: type != cron
compiler: clang compiler: clang