Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23090)
(cherry picked from commit
b80cee9658ff18a6dbb575015589ebde1a94ffdc)
default: true
- name: test external pyca
run: make test TESTS="test_external_pyca" VERBOSE=1
-==== BASE ====
-
- external-test-cf-quiche:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- with:
- submodules: recursive
- - name: Configure OpenSSL
- run: ./config --banner=Configured --strict-warnings enable-external-tests && perl configdata.pm --dump
- - name: make
- run: make -s -j4
- - uses: actions-rs/toolchain@v1
- with:
- profile: default
- toolchain: stable
- default: true
- - name: get cpu info
- run: |
- cat /proc/cpuinfo
- ./util/opensslwrap.sh version -c
- - name: test external Cloudflare quiche
- run: make test TESTS="test_external_cf_quiche" VERBOSE=1
-==== BASE ====