mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
cmake: add CURL_PATCHSTAMP configuration variable, test in CI
Also: - INSTALL-CMAKE.md: alpha sort. Closes #20576
This commit is contained in:
parent
516a0cd382
commit
5edd79aa93
4 changed files with 10 additions and 2 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -166,7 +166,7 @@ jobs:
|
|||
- name: 'awslc'
|
||||
install_packages: libidn2-dev
|
||||
install_steps: awslc
|
||||
generate: -DOPENSSL_ROOT_DIR=/home/runner/awslc -DUSE_ECH=ON -DCMAKE_UNITY_BUILD=OFF -DCURL_DROP_UNUSED=ON
|
||||
generate: -DOPENSSL_ROOT_DIR=/home/runner/awslc -DUSE_ECH=ON -DCMAKE_UNITY_BUILD=OFF -DCURL_DROP_UNUSED=ON -DCURL_PATCHSTAMP=test-patch
|
||||
|
||||
- name: 'boringssl'
|
||||
install_steps: boringssl pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue