From: Willy Tarreau Date: Mon, 16 Mar 2020 07:10:56 +0000 (+0100) Subject: CI: travis: revert to clang-7 for BoringSSL tests X-Git-Tag: v2.2-dev5~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df0982d3bd70b7fc8f69c45cfc02733fa714646;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/.travis.yml b/.travis.yml index 23b656a978..5808386e32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,7 @@ matrix: - os: linux if: type == cron compiler: clang - env: TARGET=linux-glibc BORINGSSL=yes CC=clang-9 + env: TARGET=linux-glibc BORINGSSL=yes - os: linux if: type != cron compiler: clang