mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
parent
97394caa20
commit
993b14900a
6
.github/workflows/ngtcp2-gnutls.yml
vendored
6
.github/workflows/ngtcp2-gnutls.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
name: 'install gnutls'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
|
||||
git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3
|
||||
cd nghttp3
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
name: 'install nghttp3'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
|
||||
git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2
|
||||
cd ngtcp2
|
||||
autoreconf -fi
|
||||
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls
|
||||
@ -120,7 +120,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
|
||||
|
6
.github/workflows/ngtcp2-quictls.yml
vendored
6
.github/workflows/ngtcp2-quictls.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
||||
name: 'install quictls'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
|
||||
git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3
|
||||
cd nghttp3
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
name: 'install nghttp3'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
|
||||
git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2
|
||||
cd ngtcp2
|
||||
autoreconf -fi
|
||||
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl
|
||||
@ -97,7 +97,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
|
||||
|
6
.github/workflows/ngtcp2-wolfssl.yml
vendored
6
.github/workflows/ngtcp2-wolfssl.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
name: 'install quictls'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3
|
||||
git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3
|
||||
cd nghttp3
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
|
||||
@ -100,7 +100,7 @@ jobs:
|
||||
name: 'install nghttp3'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2
|
||||
git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2
|
||||
cd ngtcp2
|
||||
autoreconf -fi
|
||||
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-wolfssl
|
||||
@ -108,7 +108,7 @@ jobs:
|
||||
name: 'install ngtcp2'
|
||||
|
||||
- run: |
|
||||
git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2
|
||||
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
autoreconf -fi
|
||||
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3
|
||||
|
Loading…
Reference in New Issue
Block a user