GHA: enable in impossible jobs am/cm

This commit is contained in:
Viktor Szakats 2026-07-30 02:33:53 +02:00
parent afce1ecc4e
commit adb24b765f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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'