mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
parent
5a9a04d556
commit
bd12f27258
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
2
.github/workflows/ngtcp2-gnutls.yml
vendored
2
.github/workflows/ngtcp2-gnutls.yml
vendored
@ -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
|
||||
|
2
.github/workflows/ngtcp2-quictls.yml
vendored
2
.github/workflows/ngtcp2-quictls.yml
vendored
@ -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
|
||||
|
2
.github/workflows/ngtcp2-wolfssl.yml
vendored
2
.github/workflows/ngtcp2-wolfssl.yml
vendored
@ -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
|
||||
|
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user