We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57a750 commit be629d7Copy full SHA for be629d7
.github/workflows/linux.yml
@@ -254,6 +254,15 @@ jobs:
254
SKIP_TESTING=1
255
TEST_INSTALL=1
256
# -------------------------------------------------------------------------
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
266
### TODO if: *condition_not_24x
267
### TODO: Fails because :i386 packages are not being found.
268
# - name: i386 Shared MPMs, most modules, maintainer-mode w/-Werror
0 commit comments