mirror of
https://github.com/curl/curl.git
synced 2026-06-07 18:44:19 +03:00
test-2
This commit is contained in:
parent
3b98dd22c3
commit
978f44df4c
1 changed files with 7 additions and 2 deletions
9
.github/workflows/http3-linux.yml
vendored
9
.github/workflows/http3-linux.yml
vendored
|
|
@ -471,8 +471,13 @@ jobs:
|
|||
ls -lA /home/runner/nghttp3/build/lib/pkgconfig || true
|
||||
ls -lA /home/runner/ngtcp2/build/lib/pkgconfig || true
|
||||
ls -lA /home/runner/nghttp2/build/lib/pkgconfig || true
|
||||
/usr/bin/pkg-config --exists libngtcp2_crypto_gnutls
|
||||
/usr/bin/pkg-config --libs-only-l libngtcp2_crypto_gnutls
|
||||
echo '-------------------------- 1'
|
||||
/usr/bin/pkg-config --debug --exists libngtcp2_crypto_gnutls
|
||||
/usr/bin/pkg-config --debug --libs-only-l libngtcp2_crypto_gnutls
|
||||
echo '-------------------------- 2'
|
||||
sed -i.bak -E 's/Requires: .+//g' /home/runner/ngtcp2/build/lib/pkgconfig/libngtcp2_crypto_gnutls.pc
|
||||
/usr/bin/pkg-config --debug --exists libngtcp2_crypto_gnutls
|
||||
/usr/bin/pkg-config --debug --libs-only-l libngtcp2_crypto_gnutls
|
||||
[ -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