This repository was archived by the owner on Jan 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed
Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 9494 name : Run OQS tests
9595 command : env DYLD_LIBRARY_PATH="$(pwd):$(pwd)/oqs/lib" python3 -m pytest --numprocesses=auto << parameters.TESTSET >>
9696
97- ubuntu_boringssl_interop :
98- description : A job that tests interoperability between OQS-OpenSSL and OQS-BoringSSL on a x64 Ubuntu Bionic Docker VM
99- docker :
100- - image : openquantumsafe/ci-ubuntu-focal-x86_64:latest
101- # Re-enable iff docker enforces rate limitations without auth:
102- # auth:
103- # username: $DOCKER_LOGIN
104- # password: $DOCKER_PASSWORD
105- steps :
106- - checkout # change this from "checkout" to "*localCheckout" when running CircleCI locally
107- - run :
108- name : Clone liboqs and BoringSSL
109- command : ./oqs-scripts/clone_liboqs.sh && ./oqs-scripts/clone_boringssl.sh
110- - run :
111- name : Build liboqs
112- command : env LIBOQS_USE_OPENSSL=OFF ./oqs-scripts/build_liboqs.sh
113- - run :
114- name : Build BoringSSL
115- command : ./oqs-scripts/build_boringssl.sh
116- - run :
117- name : Build OpenSSL
118- command : ./Configure linux-x86_64 no-shared no-tests && make -j15
119- - run :
120- name : Test BoringSSL client against OpenSSL server
121- command : python3 -m pytest --numprocesses=auto oqs-interop-test/test_full.py --client-type=bssl
122- - run :
123- name : Test OpenSSL client against BoringSSL server
124- command : python3 -m pytest --numprocesses=auto oqs-interop-test/test_full.py --client-type=ossl
125-
12697 trigger-downstream-ci :
12798 docker :
12899 - image : cimg/base:2020.01
@@ -183,11 +154,6 @@ workflows:
183154 LIBOQS_SHARED : true
184155 OPENSSL_SHARED : true
185156 TESTSET : oqs-test/test_tls_full.py oqs-test/test_cms.py oqs-test/test_speed.py oqs-test/test_dgst.py
186- - ubuntu_boringssl_interop :
187- name : boringssl-interop
188- requires :
189- - cond-testapproval
190- context : openquantumsafe
191157 on-main-branch :
192158 when :
193159 or :
You can’t perform that action at this time.
0 commit comments