From: Joe Orton Date: Mon, 15 Apr 2024 09:47:55 +0000 (+0000) Subject: CI: Update for OpenSSL 3.3.0, build with -Werror X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4bb1a433bda90b19f5b25d78705c473e5aca45;p=thirdparty%2Fapache%2Fhttpd.git CI: Update for OpenSSL 3.3.0, build with -Werror Github: closes #436 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916997 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 92c184a0dbb..8c45faf5651 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -294,10 +294,11 @@ jobs: APU_VERSION=1.6.3 APU_CONFIG="--without-crypto" # ------------------------------------------------------------------------- - - name: OpenSSL 3.3 (alpha) no-engine + - name: OpenSSL 3.3 no-engine -Werror config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto + notest-cflags: -Werror -O2 env: | - TEST_OPENSSL3=3.3.0-alpha1 + TEST_OPENSSL3=3.3.0 OPENSSL_CONFIG=no-engine APR_VERSION=1.7.4 APU_VERSION=1.6.3