mirror of
https://github.com/curl/curl.git
synced 2026-07-31 11:38:06 +03:00
GHA: enable in impossible jobs am/cm
This commit is contained in:
parent
afce1ecc4e
commit
adb24b765f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -316,7 +316,7 @@ jobs:
|
|||
- name: '!ssl !http !smtp !imap'
|
||||
image: ubuntu-26.04-arm
|
||||
tflags: '--min=500'
|
||||
configure: --without-ssl --enable-debug --disable-http --disable-smtp --disable-imap --disable-unity
|
||||
configure: --without-ssl --enable-debug --disable-http --disable-smtp --disable-imap --disable-unity --enable-httpsig
|
||||
|
||||
- name: 'clang-tidy'
|
||||
image: ubuntu-26.04
|
||||
|
|
|
|||
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
|
@ -235,7 +235,7 @@ jobs:
|
|||
|
||||
- name: '!ssl libssh2 AppleIDN'
|
||||
compiler: clang
|
||||
generate: -DENABLE_DEBUG=ON -DCURL_USE_LIBSSH2=ON -DUSE_APPLE_IDN=ON -DCURL_ENABLE_SSL=OFF -DCURL_BROTLI=OFF -DCURL_ZSTD=OFF
|
||||
generate: -DENABLE_DEBUG=ON -DCURL_USE_LIBSSH2=ON -DUSE_APPLE_IDN=ON -DCURL_ENABLE_SSL=OFF -DCURL_BROTLI=OFF -DCURL_ZSTD=OFF -DCURL_DISABLE_HTTPSIG=OFF
|
||||
tflags: '--min=1630'
|
||||
|
||||
- name: 'OpenSSL libssh c-ares'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue