Loading .circleci/config.yml +16 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,9 @@ jobs: - ~/.cargo/registry/cache - target openssl_300: &openssl_300 library: openssl version: 3.0.0-alpha5 openssl_111: &openssl_111 library: openssl version: 1.1.1g Loading Loading @@ -234,6 +237,10 @@ workflows: name: x86_64-vendored target: x86_64-unknown-linux-gnu vendored: true - linux: <<: *openssl_300 name: x86_64-openssl-3.0.0 target: x86_64-unknown-linux-gnu - linux: <<: *openssl_111 name: x86_64-openssl-1.1.1 Loading @@ -254,6 +261,10 @@ workflows: name: i686-vendored target: i686-unknown-linux-gnu vendored: true - linux: <<: *openssl_300 name: i686-openssl-3.0.0 target: i686-unknown-linux-gnu - linux: <<: *openssl_111 name: i686-openssl-1.1.1 Loading @@ -271,6 +282,11 @@ workflows: target: arm-unknown-linux-gnueabihf vendored: true no_run: true - linux: <<: *openssl_300 name: armhf-openssl-3.0.0 target: arm-unknown-linux-gnueabihf no_run: true - linux: <<: *openssl_111 name: armhf-openssl-1.1.1 Loading Loading
.circleci/config.yml +16 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,9 @@ jobs: - ~/.cargo/registry/cache - target openssl_300: &openssl_300 library: openssl version: 3.0.0-alpha5 openssl_111: &openssl_111 library: openssl version: 1.1.1g Loading Loading @@ -234,6 +237,10 @@ workflows: name: x86_64-vendored target: x86_64-unknown-linux-gnu vendored: true - linux: <<: *openssl_300 name: x86_64-openssl-3.0.0 target: x86_64-unknown-linux-gnu - linux: <<: *openssl_111 name: x86_64-openssl-1.1.1 Loading @@ -254,6 +261,10 @@ workflows: name: i686-vendored target: i686-unknown-linux-gnu vendored: true - linux: <<: *openssl_300 name: i686-openssl-3.0.0 target: i686-unknown-linux-gnu - linux: <<: *openssl_111 name: i686-openssl-1.1.1 Loading @@ -271,6 +282,11 @@ workflows: target: arm-unknown-linux-gnueabihf vendored: true no_run: true - linux: <<: *openssl_300 name: armhf-openssl-3.0.0 target: arm-unknown-linux-gnueabihf no_run: true - linux: <<: *openssl_111 name: armhf-openssl-1.1.1 Loading