]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: CI: temporarily mark openssl-1.0.2 as allowed failure
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 22 Jan 2020 10:23:51 +0000 (15:23 +0500)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 Jan 2020 13:31:52 +0000 (14:31 +0100)
Until #429 is resolved, let us ignore openssl-1.0.2 failures

.travis.yml

index 9046e6dcd26ff369de4bf1b3a6cef0a52827cfdc..a0d9502b4d4663d9397cb697b664dd97d19e7c9f 100644 (file)
@@ -99,6 +99,12 @@ matrix:
     before_script:
       - git clone http://git.1wt.eu/git/libslz.git/
       - cd libslz && make && make PREFIX=${HOME}/opt install && cd ..
+  allow_failures:
+  - os: linux
+    arch: ppc64le
+    if: type == cron
+    compiler: gcc
+    env: TARGET=linux-glibc OPENSSL_VERSION=1.0.2u
 
 install:
   - git clone https://github.com/VTest/VTest.git ../vtest