projects
/
haproxy-2.3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b7f6c2
)
CI: travis: revert to clang-7 for BoringSSL tests
author
Willy Tarreau
<w@1wt.eu>
Mon, 16 Mar 2020 07:10:56 +0000
(08:10 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Mon, 16 Mar 2020 07:10:56 +0000
(08:10 +0100)
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.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
23b656a
..
5808386
100644
(file)
--- 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