Skip to content

Commit be629d7

Browse files
committed
Try OpenSSL 3.2.0 build.
1 parent d57a750 commit be629d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/linux.yml

+9
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,15 @@ jobs:
254254
SKIP_TESTING=1
255255
TEST_INSTALL=1
256256
# -------------------------------------------------------------------------
257+
- name: OpenSSL 3.2.0 build
258+
config: --enable-mods-shared=reallyall --enable-maintainer-mode
259+
env: |
260+
TEST_OPENSSL=3.2.0
261+
APR_VERSION=1.7.4
262+
APU_VERSION=1.6.3
263+
APU_CONFIG="--with-crypto"
264+
TEST_INSTALL=1
265+
CLEAR_CACHE=1
257266
### TODO if: *condition_not_24x
258267
### TODO: Fails because :i386 packages are not being found.
259268
# - name: i386 Shared MPMs, most modules, maintainer-mode w/-Werror

0 commit comments

Comments
 (0)