mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
parent
b8f10b7e7b
commit
4397e41be0
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…
Reference in New Issue
Block a user