Commit 2361315 1 parent fed3652 commit 2361315 Copy full SHA for 2361315
File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -267,27 +267,27 @@ jobs:
267
267
# APU_VERSION=1.6.3
268
268
# APU_CONFIG="--with-crypto --with-ldap"
269
269
# -------------------------------------------------------------------------
270
- - name : OpenSSL 3.1 build
270
+ - name : OpenSSL 3.1
271
271
config : --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
272
272
env : |
273
273
TEST_OPENSSL3=3.1.5
274
274
APR_VERSION=1.7.4
275
275
APU_VERSION=1.6.3
276
276
APU_CONFIG="--without-crypto"
277
277
# -------------------------------------------------------------------------
278
- - name : OpenSSL 3.1 -Werror build
278
+ - name : OpenSSL 3.2 -Werror
279
279
config : --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
280
280
notest-cflags : -Werror -O2 -Wno-deprecated-declarations
281
281
env : |
282
- TEST_OPENSSL3=3.1.5
282
+ TEST_OPENSSL3=3.2.1
283
283
APR_VERSION=1.7.4
284
284
APU_VERSION=1.6.3
285
285
APU_CONFIG="--without-crypto"
286
286
# -------------------------------------------------------------------------
287
- - name : OpenSSL 3.1 no-engine build
287
+ - name : OpenSSL 3.2 no-engine
288
288
config : --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
289
289
env : |
290
- TEST_OPENSSL3=3.1.5
290
+ TEST_OPENSSL3=3.2.1
291
291
OPENSSL_CONFIG=no-engine
292
292
APR_VERSION=1.7.4
293
293
APU_VERSION=1.6.3
Original file line number Diff line number Diff line change @@ -85,6 +85,13 @@ if ! test -v SKIP_TESTING -o -v NO_TEST_FRAMEWORK; then
85
85
86
86
# Make a shallow clone of httpd-tests git repo.
87
87
git clone -q --depth=1 https://github.com/apache/httpd-tests.git test/perl-framework
88
+
89
+ # For OpenSSL 3.2+ testing, Apache::Test r1916067 is required, so
90
+ # use a checkout of trunk until there is an updated CPAN release
91
+ # with that revision.
92
+ if test -v TEST_OPENSSL3; then
93
+ svn co -q https://svn.apache.org/repos/asf/perl/Apache-Test/trunk test/perl-framework/Apache-Test
94
+ fi
88
95
fi
89
96
90
97
# For LDAP testing, run slapd listening on port 8389 and populate the
You can’t perform that action at this time.
0 commit comments