Skip to content

Commit

Permalink
Disable APR-util crypto support.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Feb 29, 2024
1 parent 91f53b6 commit d88185c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TEST_OPENSSL3=3.2.1
APR_VERSION=1.7.4
APU_VERSION=1.6.3
APU_CONFIG="--with-crypto"
APU_CONFIG="--without-crypto"
CLEAR_CACHE=1
- name: OpenSSL 3.2 -Werror build
config: --enable-mods-shared=reallyall --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap
Expand All @@ -43,7 +43,7 @@ jobs:
TEST_OPENSSL3=3.2.1
APR_VERSION=1.7.4
APU_VERSION=1.6.3
APU_CONFIG="--with-crypto"
APU_CONFIG="--without-crypto"
CLEAR_CACHE=1
- name: OpenSSL 3.2 no-engine build
config: --enable-mods-shared=reallyall --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap
Expand All @@ -52,7 +52,7 @@ jobs:
OPENSSL_CONFIG=no-engine
APR_VERSION=1.7.4
APU_VERSION=1.6.3
APU_CONFIG="--with-crypto"
APU_CONFIG="--without-crypto"
CLEAR_CACHE=1
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit d88185c

Please sign in to comment.