summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorCharlie Li <git@vishwin.info>2018-10-01 00:44:37 -0400
committerCharlie Li <git@vishwin.info>2018-10-01 00:44:37 -0400
commitb86f547dbf274dbbad0433d5d5731596f45ea3c6 (patch)
treea783887f19a9cf570c6d921ba0f24b328a3115d7 /.circleci
parente6da0fa4a10da994ee6ff675117684c74f022be0 (diff)
downloadrust-openssl-b86f547dbf274dbbad0433d5d5731596f45ea3c6.zip
Update the OCSP_cert_to_id() signature for LibreSSL 2.8.1
While here, restore CI for LibreSSL 2.8.0 alongside 2.8.1 to account for the function signature change.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e325ea78..58509952 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -108,6 +108,9 @@ libressl_250: &LIBRESSL_250
VERSION: 2.5.0
libressl_270: &LIBRESSL_280
LIBRARY: libressl
+ VERSION: 2.8.0
+libressl_281: &LIBRESSL_281
+ LIBRARY: libressl
VERSION: 2.8.1
x86_64: &X86_64
@@ -197,6 +200,10 @@ jobs:
<<: *JOB
environment:
<<: [*LIBRESSL_280, *X86_64, *BASE]
+ x86_64-libressl-2.8.1:
+ <<: *JOB
+ environment:
+ <<: [*LIBRESSL_281, *X86_64, *BASE]
macos:
<<: *MACOS_JOB
environment:
@@ -225,5 +232,6 @@ workflows:
- armhf-openssl-1.0.2
- x86_64-libressl-2.5.0
- x86_64-libressl-2.8.0
+ - x86_64-libressl-2.8.1
- macos
- macos-vendored