File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
- - name : OpenSSL 3.2.1 build
31
+ - name : OpenSSL 3.2 build
32
32
config : --enable-mods-shared=reallyall --enable-maintainer-mode
33
33
env : |
34
34
TEST_OPENSSL3=3.2.1
35
35
APR_VERSION=1.7.4
36
36
APU_VERSION=1.6.3
37
37
APU_CONFIG="--with-crypto"
38
38
CLEAR_CACHE=1
39
- - name : OpenSSL 3.2.1 -Werror build
39
+ - name : OpenSSL 3.2 -Werror build
40
40
config : --enable-mods-shared=reallyall --enable-maintainer-mode
41
41
notest-cflags : -Werror -O2
42
42
env : |
45
45
APU_VERSION=1.6.3
46
46
APU_CONFIG="--with-crypto"
47
47
CLEAR_CACHE=1
48
- - name : OpenSSL 3.2.0 no-engine build
48
+ - name : OpenSSL 3.2 no-engine build
49
49
config : --enable-mods-shared=reallyall --enable-maintainer-mode
50
50
env : |
51
51
TEST_OPENSSL3=3.2.1
Original file line number Diff line number Diff line change 69
69
if test -v TEST_OPENSSL3; then
70
70
CONFIG=" $CONFIG --with-ssl=$HOME /root/openssl3"
71
71
export LD_LIBRARY_PATH=$HOME /root/openssl3/lib:$HOME /root/openssl3/lib64
72
- export PATH=$HOME /root/openssl3/bin:$HOME /root/openssl3/bin
72
+ export PATH=$HOME /root/openssl3/bin:$PATH
73
73
openssl version
74
74
fi
75
75
You can’t perform that action at this time.
0 commit comments