mirror of
https://github.com/curl/curl.git
synced 2026-08-03 03:40:28 +03:00
parent
1764a505df
commit
f65a74609e
1 changed files with 3 additions and 9 deletions
12
.github/workflows/macos.yml
vendored
12
.github/workflows/macos.yml
vendored
|
|
@ -379,28 +379,22 @@ jobs:
|
||||||
compiler: clang
|
compiler: clang
|
||||||
install: openssl@4
|
install: openssl@4
|
||||||
install_steps: torture
|
install_steps: torture
|
||||||
|
generate: -DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DENABLE_THREADED_RESOLVER=OFF -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@4 -DUSE_ECH=ON -DCURL_ENABLE_NTLM=ON
|
||||||
tflags: '-t --shallow=25 --min=480 1 to 500'
|
tflags: '-t --shallow=25 --min=480 1 to 500'
|
||||||
generate: >-
|
|
||||||
-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DENABLE_THREADED_RESOLVER=OFF -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@4
|
|
||||||
-DUSE_ECH=ON -DCURL_ENABLE_NTLM=ON -DCURL_DISABLE_HTTPSIG=OFF
|
|
||||||
|
|
||||||
- name: 'OpenSSL torture 2'
|
- name: 'OpenSSL torture 2'
|
||||||
compiler: clang
|
compiler: clang
|
||||||
install: openssl@4
|
install: openssl@4
|
||||||
install_steps: torture
|
install_steps: torture
|
||||||
|
generate: -DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DENABLE_THREADED_RESOLVER=OFF -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@4 -DUSE_ECH=ON -DCURL_ENABLE_NTLM=ON
|
||||||
tflags: '-t --shallow=25 --min=730 501 to 1250'
|
tflags: '-t --shallow=25 --min=730 501 to 1250'
|
||||||
generate: >-
|
|
||||||
-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DENABLE_THREADED_RESOLVER=OFF -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@4
|
|
||||||
-DUSE_ECH=ON -DCURL_ENABLE_NTLM=ON -DCURL_DISABLE_HTTPSIG=OFF
|
|
||||||
|
|
||||||
- name: 'OpenSSL torture 3'
|
- name: 'OpenSSL torture 3'
|
||||||
compiler: clang
|
compiler: clang
|
||||||
install: openssl@4
|
install: openssl@4
|
||||||
install_steps: torture
|
install_steps: torture
|
||||||
|
generate: -DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DENABLE_THREADED_RESOLVER=OFF -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@4 -DUSE_ECH=ON -DCURL_ENABLE_NTLM=ON
|
||||||
tflags: '-t --shallow=25 --min=628 1251 to 9999'
|
tflags: '-t --shallow=25 --min=628 1251 to 9999'
|
||||||
generate: >-
|
|
||||||
-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DENABLE_THREADED_RESOLVER=OFF -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@4
|
|
||||||
-DUSE_ECH=ON -DCURL_ENABLE_NTLM=ON -DCURL_DISABLE_HTTPSIG=OFF
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'brew unlink openssl'
|
- name: 'brew unlink openssl'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue