]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: temporarily mark LibreSSL builds as allowed to fail
authorIlya Shipitsin <chipitsine@gmail.com>
Sun, 5 May 2019 19:36:21 +0000 (00:36 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 May 2019 05:26:38 +0000 (07:26 +0200)
.travis.yml

index 159e0d059378f405a88cfc7567e173bcea999e39..4c3834c2fa9e421d523b21ed6e60882636209588 100644 (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