From: Matt Caswell Date: Wed, 3 Sep 2025 07:53:21 +0000 (+0100) Subject: Update the test for debuginfo X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~568 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=618675778038ec1317e8ad8103029cccf0d7b714;p=thirdparty%2Fopenssl.git Update the test for debuginfo Ensure we are testing against libcrypto.so.4 Reviewed-by: Tim Hudson Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28423) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bb27b4cf66..f0dfe270744 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -657,8 +657,8 @@ jobs: - name: test ability to produce debuginfo files run: | make debuginfo - gdb < <(echo -e "file ./libcrypto.so.3\nquit") > ./results - grep -q "Reading symbols from.*libcrypto\.so\.3\.debug" results + gdb < <(echo -e "file ./libcrypto.so.4\nquit") > ./results + grep -q "Reading symbols from.*libcrypto\.so\.4\.debug" results external-tests-oqs-provider: runs-on: ubuntu-latest