Add LibreSSL 2.7.3
This commit is contained in:
parent
01855a4f64
commit
e3045dc339
|
|
@ -104,9 +104,9 @@ openssl_101: &OPENSSL_101
|
||||||
libressl_250: &LIBRESSL_250
|
libressl_250: &LIBRESSL_250
|
||||||
LIBRARY: libressl
|
LIBRARY: libressl
|
||||||
VERSION: 2.5.0
|
VERSION: 2.5.0
|
||||||
libressl_263: &LIBRESSL_270
|
libressl_270: &LIBRESSL_272
|
||||||
LIBRARY: libressl
|
LIBRARY: libressl
|
||||||
VERSION: 2.7.0
|
VERSION: 2.7.2
|
||||||
|
|
||||||
x86_64: &X86_64
|
x86_64: &X86_64
|
||||||
TARGET: x86_64-unknown-linux-gnu
|
TARGET: x86_64-unknown-linux-gnu
|
||||||
|
|
@ -171,10 +171,10 @@ jobs:
|
||||||
<<: *JOB
|
<<: *JOB
|
||||||
environment:
|
environment:
|
||||||
<<: [*LIBRESSL_250, *X86_64, *BASE]
|
<<: [*LIBRESSL_250, *X86_64, *BASE]
|
||||||
x86_64-libressl-2.7.0:
|
x86_64-libressl-2.7.2:
|
||||||
<<: *JOB
|
<<: *JOB
|
||||||
environment:
|
environment:
|
||||||
<<: [*LIBRESSL_270, *X86_64, *BASE]
|
<<: [*LIBRESSL_272, *X86_64, *BASE]
|
||||||
macos:
|
macos:
|
||||||
<<: *MACOS_JOB
|
<<: *MACOS_JOB
|
||||||
workflows:
|
workflows:
|
||||||
|
|
@ -192,5 +192,5 @@ workflows:
|
||||||
- armhf-openssl-1.1.0
|
- armhf-openssl-1.1.0
|
||||||
- armhf-openssl-1.0.2
|
- armhf-openssl-1.0.2
|
||||||
- x86_64-libressl-2.5.0
|
- x86_64-libressl-2.5.0
|
||||||
- x86_64-libressl-2.7.0
|
- x86_64-libressl-2.7.2
|
||||||
- macos
|
- macos
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue