From 46d0ade0866f591289778cf1b2cb9945f61418a4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Mar 2026 08:14:40 +0100 Subject: [PATCH] GHA: add a 'curl_global_init_mem debug' job Closes #21099 --- .github/workflows/linux.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 206d21d244..5787d741b0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -237,6 +237,15 @@ jobs: image: ubuntu-24.04-arm configure: --with-openssl --disable-ipv6 --enable-debug --disable-unity --disable-libcurl-option --disable-digest-auth --enable-ntlm + - name: 'curl_global_init_mem debug valgrind' + image: ubuntu-24.04-arm + install_packages: valgrind + tflags: '--min=1150' + configure: >- + --enable-init-mem-debug + --with-openssl --disable-debug --enable-unity + --enable-ntlm + - name: 'openssl https-only' image: ubuntu-24.04-arm tflags: '--min=1150'