From adb24b765f3f0edc0a7432b835559fb31f4b7eab Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 30 Jul 2026 02:33:53 +0200 Subject: [PATCH] GHA: enable in impossible jobs am/cm --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8622caa2d0..2759b06419 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 14a276384c..f32e01894f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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'