Skip to content

Commit daaee29

Browse files
committed
CI: Update to OpenSSL 3.3.0 beta 1, try a -Werror build.
1 parent 2115548 commit daaee29

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 (beta) -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-beta1
301302
OPENSSL_CONFIG=no-engine
302303
APR_VERSION=1.7.4
303304
APU_VERSION=1.6.3

0 commit comments

Comments
 (0)