mirror of
https://github.com/curl/curl.git
synced 2026-07-26 16:07:21 +03:00
try with cmake 1
This commit is contained in:
parent
b4ba526e23
commit
6c6d5693f7
1 changed files with 9 additions and 5 deletions
14
.github/workflows/http3-linux.yml
vendored
14
.github/workflows/http3-linux.yml
vendored
|
|
@ -276,13 +276,17 @@ jobs:
|
|||
make install
|
||||
make clean
|
||||
./configure --disable-dependency-tracking --prefix="$PWD"/build \
|
||||
--enable-lib-only --with-boringssl=/home/runner/awslc/build --without-openssl
|
||||
make install
|
||||
make clean
|
||||
./configure --disable-dependency-tracking --prefix="$PWD"/build \
|
||||
PKG_CONFIG_PATH=/home/runner/openssl/build/lib/pkgconfig:/home/runner/gnutls/build/lib/pkgconfig:/home/runner/wolfssl/build/lib/pkgconfig \
|
||||
PKG_CONFIG_PATH=/pkgconfig:/home/runner/gnutls/build/lib/pkgconfig:/home/runner/wolfssl/build/lib/pkgconfig \
|
||||
--enable-lib-only --with-openssl --with-gnutls --with-wolfssl
|
||||
make install
|
||||
make clean
|
||||
cmake -B . -G Ninja -DBUILD_TESTING=OFF -DENABLE_LIB_ONLY=ON -DENABLE_OPENSSL=OFF -DENABLE_BORINGSSL=ON \
|
||||
-DBORINGSSL_INCLUDE_DIR=/home/runner/awslc/build/include \
|
||||
-DBORINGSSL_LIBRARIES=/home/runner/awslc/build/lib/libcrypto.a;/home/runner/awslc/build/lib/libssl.a;-lpthread \
|
||||
-DCMAKE_CXX_FLAGS=-DBORINGSSL_NO_CXX \
|
||||
-DCMAKE_INSTALL_PREFIX="$PWD"/build
|
||||
cmake --build .
|
||||
cmake --install .
|
||||
|
||||
- name: 'build nghttp2'
|
||||
if: ${{ steps.cache-nghttp2.outputs.cache-hit != 'true' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue