Skip to content

Commit 1f4bb1a

Browse files
committed
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
1 parent 2ebb356 commit 1f4bb1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,11 @@ jobs:
294294
APU_VERSION=1.6.3
295295
APU_CONFIG="--without-crypto"
296296
# -------------------------------------------------------------------------
297-
- name: OpenSSL 3.3 (alpha) no-engine
297+
- name: OpenSSL 3.3 no-engine -Werror
298298
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
299+
notest-cflags: -Werror -O2
299300
env: |
300-
TEST_OPENSSL3=3.3.0-alpha1
301+
TEST_OPENSSL3=3.3.0
301302
OPENSSL_CONFIG=no-engine
302303
APR_VERSION=1.7.4
303304
APU_VERSION=1.6.3

0 commit comments

Comments
 (0)