BUILD: temporarily mark LibreSSL builds as allowed to fail

This commit is contained in:
Ilya Shipitsin 2019-05-06 00:36:21 +05:00 committed by Willy Tarreau
parent 54832b97c6
commit 17641a7fbf
1 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,16 @@ matrix:
- os: osx
compiler: clang
env: TARGET=generic FLAGS=
allow_failures:
- os: linux
compiler: gcc
env: TARGET=linux2628 LIBRESSL_VERSION=2.9.1
- os: linux
compiler: gcc
env: TARGET=linux2628 LIBRESSL_VERSION=2.8.3
- os: linux
compiler: gcc
env: TARGET=linux2628 LIBRESSL_VERSION=2.7.5
install:
- git clone https://github.com/VTest/VTest.git ../vtest