]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update the test for debuginfo
authorMatt Caswell <matt@openssl.org>
Wed, 3 Sep 2025 07:53:21 +0000 (08:53 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 4 Sep 2025 09:40:04 +0000 (10:40 +0100)
Ensure we are testing against libcrypto.so.4

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28423)

.github/workflows/ci.yml

index 5bb27b4cf66672c983697f4a7ee0581c9dc1c996..f0dfe270744ba81cb68999f2f3d153f56ccaa4a2 100644 (file)
@@ -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