File tree 2 files changed +21
-4
lines changed
2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,31 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
- - name : OpenSSL 3.2.0 build
31
+ - name : OpenSSL 3.2.1 build
32
32
config : --enable-mods-shared=reallyall --enable-maintainer-mode
33
33
env : |
34
- TEST_OPENSSL3=3.2.0
34
+ TEST_OPENSSL3=3.2.1
35
+ APR_VERSION=1.7.4
36
+ APU_VERSION=1.6.3
37
+ APU_CONFIG="--with-crypto"
38
+ CLEAR_CACHE=1
39
+ - name : OpenSSL 3.2.1 -Werror build
40
+ config : --enable-mods-shared=reallyall --enable-maintainer-mode
41
+ notest-cflags : -Werror -O2
42
+ env : |
43
+ TEST_OPENSSL3=3.2.1
44
+ APR_VERSION=1.7.4
45
+ APU_VERSION=1.6.3
46
+ APU_CONFIG="--with-crypto"
47
+ CLEAR_CACHE=1
48
+ - name : OpenSSL 3.2.0 no-engine build
49
+ config : --enable-mods-shared=reallyall --enable-maintainer-mode
50
+ env : |
51
+ TEST_OPENSSL3=3.2.1
52
+ OPENSSL_CONFIG=no-engine
35
53
APR_VERSION=1.7.4
36
54
APU_VERSION=1.6.3
37
55
APU_CONFIG="--with-crypto"
38
- TEST_INSTALL=1
39
56
CLEAR_CACHE=1
40
57
runs-on : ubuntu-latest
41
58
timeout-minutes : 30
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ if test -v TEST_OPENSSL3; then
119
119
curl " https://www.openssl.org/source/openssl-${TEST_OPENSSL3} .tar.gz" |
120
120
tar -xzf -
121
121
cd openssl-${TEST_OPENSSL3}
122
- ./Configure --prefix=$HOME /root/openssl3 shared no-tests
122
+ ./Configure --prefix=$HOME /root/openssl3 shared no-tests ${OPENSSL_CONFIG}
123
123
make $MFLAGS
124
124
make install_sw
125
125
touch $HOME /root/openssl-is-${TEST_OPENSSL3}
You can’t perform that action at this time.
0 commit comments