CI: openssl-3.0.9+quic

Closes #11296
This commit is contained in:
Philip H 2023-04-16 21:44:09 +02:00 committed by Daniel Stenberg
parent b8f10b7e7b
commit 4397e41be0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 4 deletions

View File

@ -78,7 +78,7 @@ jobs:
name: 'install prereqs and impacket, pytest, crypto'
- run: |
git clone --quiet --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
git clone --quiet --depth=1 -b openssl-3.0.9+quic https://github.com/quictls/openssl
cd openssl
./config --prefix=$HOME/all --libdir=$HOME/all/lib
make install_sw

View File

@ -71,7 +71,7 @@ jobs:
name: 'install prereqs and impacket, pytest, crypto'
- run: |
git clone --quiet --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
git clone --quiet --depth=1 -b openssl-3.0.9+quic https://github.com/quictls/openssl
cd openssl
./config --prefix=$HOME/all --libdir=$HOME/all/lib
make install_sw
@ -140,4 +140,3 @@ jobs:
name: 'run pytest'
env:
TFLAGS: "${{ matrix.build.tflags }}"

View File

@ -81,7 +81,7 @@ jobs:
name: 'install wolfssl'
- run: |
git clone --quiet --depth=1 -b openssl-3.0.8+quic https://github.com/quictls/openssl
git clone --quiet --depth=1 -b openssl-3.0.9+quic https://github.com/quictls/openssl
cd openssl
./config --prefix=$HOME/all --libdir=$HOME/all/lib
make install_sw