Linux CI: update some dependecies to latest tag

Closes #10458
This commit is contained in:
Philip H 2023-02-09 09:22:39 +01:00 committed by Daniel Stenberg
parent 5a9a04d556
commit bd12f27258
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
5 changed files with 5 additions and 5 deletions

View File

@ -198,7 +198,7 @@ jobs:
- if: ${{ contains(matrix.build.install_steps, 'quictls') }}
run: |
git clone --depth=1 -b OpenSSL_1_1_1s+quic https://github.com/quictls/openssl
git clone --depth=1 -b OpenSSL_1_1_1t+quic https://github.com/quictls/openssl
cd openssl
./config enable-tls1_3 --prefix=$HOME/quictls
make install_sw

View File

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

View File

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

View File

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

View File

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