mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-24 03:13:06 -04: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
1 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue