diff options
| author | Steven Fackler <[email protected]> | 2017-11-13 21:46:00 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-11-13 21:46:00 -0800 |
| commit | 39b5f29499d21885c934a3c6039817a15fe78db2 (patch) | |
| tree | a33f73fabb244c038afa051a8e59005552af3a26 | |
| parent | Merge pull request #759 from feeeeb/libressl-v2.6.3 (diff) | |
| download | rust-openssl-39b5f29499d21885c934a3c6039817a15fe78db2.tar.xz rust-openssl-39b5f29499d21885c934a3c6039817a15fe78db2.zip | |
Remove libressl 2.6.2 build
| -rw-r--r-- | .circleci/config.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c6f1b33..b0ab0d0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -79,9 +79,6 @@ openssl_101: &OPENSSL_101 libressl_250: &LIBRESSL_250 LIBRARY: libressl VERSION: 2.5.0 -libressl_261: &LIBRESSL_262 - LIBRARY: libressl - VERSION: 2.6.2 libressl_263: &LIBRESSL_263 LIBRARY: libressl VERSION: 2.6.3 @@ -143,10 +140,6 @@ jobs: <<: *JOB environment: <<: [*LIBRESSL_250, *X86_64, *BASE] - x86_64-libressl-2.6.2: - <<: *JOB - environment: - <<: [*LIBRESSL_262, *X86_64, *BASE] x86_64-libressl-2.6.3: <<: *JOB environment: @@ -165,5 +158,4 @@ workflows: - armhf-openssl-1.0.2 - armhf-openssl-1.0.1 - x86_64-libressl-2.5.0 - - x86_64-libressl-2.6.2 - x86_64-libressl-2.6.3 |