mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-16 18:46:54 +00:00
CI: travis-ci: upgrade LibreSSL versions
3.0.2 --> 3.1.1 2.9.2 --> 3.0.2 2.8.3 --> 2.9.2
This commit is contained in:
parent
5778fea4da
commit
b7faeaddac
@ -74,16 +74,16 @@ matrix:
|
||||
- os: linux
|
||||
if: type == push
|
||||
compiler: clang
|
||||
env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9
|
||||
env: TARGET=linux-glibc LIBRESSL_VERSION=3.1.1 CC=clang-9
|
||||
- os: linux
|
||||
env: DEBUG_OPTIONS=""
|
||||
if: type == cron
|
||||
compiler: clang
|
||||
env: TARGET=linux-glibc LIBRESSL_VERSION=2.9.2 CC=clang-9
|
||||
env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9
|
||||
- os: linux
|
||||
if: type == cron
|
||||
compiler: clang
|
||||
env: TARGET=linux-glibc LIBRESSL_VERSION=2.8.3 EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" CC=clang-9
|
||||
env: TARGET=linux-glibc LIBRESSL_VERSION=2.9.2 EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" CC=clang-9
|
||||
- os: linux
|
||||
if: type == cron
|
||||
compiler: clang
|
||||
|
Loading…
Reference in New Issue
Block a user