diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-03-25 12:46:29 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-03-26 14:24:06 +0100 |
commit | cede07dc51728edce77336f0fe5fce6d62ed7654 (patch) | |
tree | 6d5e606a2acdfa8c9107bb2f26ae66676948a2e1 /.github | |
parent | ssl/ssl_ciph.c: update format string, again (diff) | |
download | openssl-cede07dc51728edce77336f0fe5fce6d62ed7654.tar.xz openssl-cede07dc51728edce77336f0fe5fce6d62ed7654.zip |
Remove the external BoringSSL test
Fixes #14424
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14682)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7adc2ab746..ad24aaa5b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,5 @@ jobs: run: make test TESTS="test_external_gost_engine" - name: test external krb5 run: make test TESTS="test_external_krb5" -# - name: test external boringssl -# run: BORING_RUNNER_DIR=$(pwd)/boringssl/ssl/test/runner make test TESTS="test_external_boringssl" # - name: test external pyca # run: make test TESTS="test_external_pyca" |