mirror of
https://github.com/curl/curl.git
synced 2026-06-07 07:34:18 +03:00
try fix 4 alt 5
This commit is contained in:
parent
8aa32a8414
commit
a286dd284c
1 changed files with 1 additions and 5 deletions
6
.github/workflows/http3-linux.yml
vendored
6
.github/workflows/http3-linux.yml
vendored
|
|
@ -229,8 +229,7 @@ jobs:
|
|||
PKG_CONFIG_PATH=/home/runner/openssl/build/lib/pkgconfig:/home/runner/gnutls/build/lib/pkgconfig:/home/runner/wolfssl/build/lib/pkgconfig \
|
||||
--enable-lib-only --with-openssl --with-gnutls --with-wolfssl
|
||||
make install
|
||||
# fix for ngtcp2 1.14.0
|
||||
sed -i.bak 's/^Requires:/Requires.private:/g' "$PWD"/build/lib/pkgconfig/libngtcp2_crypto_gnutls.pc
|
||||
sed -i.bak -E 's/^Requires: .+//g' "$PWD"/build/lib/pkgconfig/libngtcp2_crypto_gnutls.pc # workaround for ngtcp2 1.14.0
|
||||
|
||||
- name: 'build nghttp2'
|
||||
if: ${{ steps.cache-nghttp2.outputs.cache-hit != 'true' }}
|
||||
|
|
@ -469,9 +468,6 @@ jobs:
|
|||
MATRIX_GENERATE: '${{ matrix.build.generate }}'
|
||||
MATRIX_PKG_CONFIG_PATH: '${{ matrix.build.PKG_CONFIG_PATH }}'
|
||||
run: |
|
||||
#sed -i.bak -E 's/^Requires: .+//g' /home/runner/ngtcp2/build/lib/pkgconfig/libngtcp2_crypto_gnutls.pc
|
||||
sed -i.bak 's/^Requires:/Requires.private:/g' /home/runner/ngtcp2/build/lib/pkgconfig/libngtcp2_crypto_gnutls.pc
|
||||
cat /home/runner/ngtcp2/build/lib/pkgconfig/libngtcp2_crypto_gnutls.pc
|
||||
[ -n "${MATRIX_PKG_CONFIG_PATH}" ] && export PKG_CONFIG_PATH="${MATRIX_PKG_CONFIG_PATH}"
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
cmake -B bld -G Ninja \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue