mirror of
https://github.com/curl/curl.git
synced 2026-05-30 11:17:30 +03:00
parent
b8f10b7e7b
commit
4397e41be0
3 changed files with 3 additions and 4 deletions
2
.github/workflows/ngtcp2-gnutls.yml
vendored
2
.github/workflows/ngtcp2-gnutls.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
3
.github/workflows/ngtcp2-quictls.yml
vendored
3
.github/workflows/ngtcp2-quictls.yml
vendored
|
|
@ -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 }}"
|
||||
|
||||
|
|
|
|||
2
.github/workflows/ngtcp2-wolfssl.yml
vendored
2
.github/workflows/ngtcp2-wolfssl.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue