From: Arran Cudbard-Bell Date: Mon, 28 Mar 2022 18:21:09 +0000 (-0600) Subject: If we're building OpenSSL make sure it's a debug build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc0d3c9f02c21efbf2085d6999f58ea63fe536f7;p=thirdparty%2Ffreeradius-server.git If we're building OpenSSL make sure it's a debug build --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f54c600fe74..df4c29ad3f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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