BUILD: CI: temporarily mark openssl-1.0.2 as allowed failure
Until #429 is resolved, let us ignore openssl-1.0.2 failures
This commit is contained in:
parent
e7e9f545f3
commit
016797f6ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue