]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: Pass in -Wno-error=deprecated-declarations to LIB_ALT build for now
authorTerry Burton <tez@terryburton.co.uk>
Wed, 22 Dec 2021 17:05:21 +0000 (17:05 +0000)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 22 Dec 2021 20:05:14 +0000 (15:05 -0500)
Should be reverted once port to OpenSSL 3 API is complete.

.github/workflows/ci.yml

index 7a4551548a041f6c09ce36b638054737b537b128..2fcde5776628527c555035fea1b76824e361c258 100644 (file)
@@ -254,6 +254,8 @@ jobs:
         elif [ -d /opt/openssl ]; then
             export PATH=/opt/openssl/bin:$PATH
             build_paths="--with-openssl-lib-dir=/opt/openssl/lib64 --with-openssl-include-dir=/opt/openssl/include"
+            # Remove the following once port to the OpenSSL 3 API is complete
+            BUILD_CFLAGS="$BUILD_CFLAGS -Wno-error=deprecated-declarations"
         fi
         CFLAGS="${BUILD_CFLAGS}" ./configure -C \
             --enable-werror \