We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2115548 commit daaee29Copy full SHA for daaee29
.github/workflows/linux.yml
@@ -294,10 +294,11 @@ jobs:
294
APU_VERSION=1.6.3
295
APU_CONFIG="--without-crypto"
296
# -------------------------------------------------------------------------
297
- - name: OpenSSL 3.3 (alpha) no-engine
+ - name: OpenSSL 3.3 (beta) -Werror
298
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
299
+ notest-cflags: -Werror -O2
300
env: |
- TEST_OPENSSL3=3.3.0-alpha1
301
+ TEST_OPENSSL3=3.3.0-beta1
302
OPENSSL_CONFIG=no-engine
303
APR_VERSION=1.7.4
304
0 commit comments