mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-11 10:30:49 -04:00
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:
parent
2b7f6c22d8
commit
0df0982d3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue