Skip to content

Commit d88185c

Browse files
committed
Disable APR-util crypto support.
1 parent 91f53b6 commit d88185c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TEST_OPENSSL3=3.2.1
3535
APR_VERSION=1.7.4
3636
APU_VERSION=1.6.3
37-
APU_CONFIG="--with-crypto"
37+
APU_CONFIG="--without-crypto"
3838
CLEAR_CACHE=1
3939
- name: OpenSSL 3.2 -Werror build
4040
config: --enable-mods-shared=reallyall --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap
@@ -43,7 +43,7 @@ jobs:
4343
TEST_OPENSSL3=3.2.1
4444
APR_VERSION=1.7.4
4545
APU_VERSION=1.6.3
46-
APU_CONFIG="--with-crypto"
46+
APU_CONFIG="--without-crypto"
4747
CLEAR_CACHE=1
4848
- name: OpenSSL 3.2 no-engine build
4949
config: --enable-mods-shared=reallyall --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap
@@ -52,7 +52,7 @@ jobs:
5252
OPENSSL_CONFIG=no-engine
5353
APR_VERSION=1.7.4
5454
APU_VERSION=1.6.3
55-
APU_CONFIG="--with-crypto"
55+
APU_CONFIG="--without-crypto"
5656
CLEAR_CACHE=1
5757
runs-on: ubuntu-latest
5858
timeout-minutes: 30

0 commit comments

Comments
 (0)