From: Hugo Landau Date: Mon, 22 May 2023 06:40:40 +0000 (+0100) Subject: QUIC: Add to threads sanitizer CI X-Git-Tag: openssl-3.2.0-alpha1~775 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cccc0afdb67a77f9c6eeeba2140748782c011c9;p=thirdparty%2Fopenssl.git QUIC: Add to threads sanitizer CI Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20856) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 083bab7ad30..7dbc788e9c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,11 +187,11 @@ jobs: - name: checkout fuzz/corpora submodule run: git submodule update --init --depth 1 fuzz/corpora - name: config - run: CC=clang ./config --banner=Configured no-fips --strict-warnings -fsanitize=thread && perl configdata.pm --dump + run: CC=clang ./config --banner=Configured no-fips --strict-warnings -fsanitize=thread enable-quic && perl configdata.pm --dump - name: make run: make -s -j4 - name: make test - run: make V=1 TESTS="test_threads test_internal_provider test_provfetch test_provider test_pbe test_evp_kdf test_pkcs12 test_store test_evp" test HARNESS_JOBS=${HARNESS_JOBS:-4} + run: make V=1 TESTS="test_threads test_internal_provider test_provfetch test_provider test_pbe test_evp_kdf test_pkcs12 test_store test_evp test_quic*" test HARNESS_JOBS=${HARNESS_JOBS:-4} enable_non-default_options: runs-on: ubuntu-latest