]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
If we're building OpenSSL make sure it's a debug build
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 28 Mar 2022 18:21:09 +0000 (12:21 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 28 Mar 2022 18:21:09 +0000 (12:21 -0600)
.github/workflows/ci.yml

index f54c600fe74f492b77db6bd4a8c3ea9a2ba4fde8..df4c29ad3f7d7ef05247b21c82d3d38c90b19f6a 100644 (file)
@@ -212,7 +212,7 @@ jobs:
         wget https://www.openssl.org/source/openssl-$ALT_OPENSSL.tar.gz
         tar xzf openssl-$ALT_OPENSSL.tar.gz
         cd openssl-$ALT_OPENSSL
-        ./Configure --prefix=/opt/openssl --openssldir=.
+        ./Configure --prefix=/opt/openssl --openssldir=. --debug
         make -j `nproc`
         make install_sw